#A223A6

Color #A223A6 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #A223A6

Tints of Vivid Violet #A223A6

Color information

#A223A6 (or 0xA223A6) is unknown color: approx Vivid Violet. HEX triplet: A2, 23 and A6. RGB value is (162,35,166). Sum of RGB (Red+Green+Blue) = 162+35+166=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 166 - color contains mainly: blue. Hex color #A223A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A223A6 is #5DDC59. Grayscale: #575757. Windows color (decimal): -6151258 or 10888098. OLE color: 10888098.

HSL color Cylindrical-coordinate representation of color #A223A6: hue angle of 298.17º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A223A6 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16235166-
CMYK0.020.7900.35
HSL298.17º65.17%39.41%-
HSV(B)298.17º78.92%65.1%-
XYZ22.3811.6437.14-
YUV87.91172.08180.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 35 (14.06% from 255) = 9.64%
BLUE value IS 166 (65.23% from 255) = 45.73%
R=44.63%
G=9.64%
B=45.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162351660.020.7900.35298.1765.1739.41
HexA223A624F02312a4127
Octal24243246211704345210147
Binary101000101000111010011010100111101000111001010101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A223A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A223A6; }

 p { color: rgb(162,35,166); }

 H1.HeaderClassName
 {
   color: #A223A6;
 }
 .AnyTagClassName
 {
   color: #A223A6;
 }
</style>
background-color css

<style>
 a { background-color: #A223A6; }

 a { background-color: rgb(162,35,166); }

 div.DivClassName
 {
   background-color: #A223A6;
 }
 .BgClassName
 {
   background-color: #A223A6;
 }
</style>
border-color css

<style>
 span { border-color: #A223A6; }

 span { border-color: rgb(162,35,166); }

 td.TdClassName
 {
   border-color: #A223A6;
 }
 .TagClassName
 {
   border-color: #A223A6;
 }
</style>