#A212C4

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

Shades of Dark Violet #A212C4

Tints of Dark Violet #A212C4

Color information

#A212C4 (or 0xA212C4) is unknown color: approx Dark Violet. HEX triplet: A2, 12 and C4. RGB value is (162,18,196). Sum of RGB (Red+Green+Blue) = 162+18+196=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #A212C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A212C4 is #5DED3B. Grayscale: #505050. Windows color (decimal): -6155580 or 12849826. OLE color: 12849826.

HSL color Cylindrical-coordinate representation of color #A212C4: hue angle of 288.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A212C4 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16218196-
CMYK0.170.9100.23
HSL288.54º83.18%41.96%-
HSV(B)288.54º90.82%76.86%-
XYZ25.0812.153.24-
YUV81.35192.71185.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 196 (76.95% from 255) = 52.13%
R=43.09%
G=4.79%
B=52.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162181960.170.9100.23288.5483.1841.96
HexA212C4115B017121532a
Octal242223042113302744112352
Binary1010001010010110001001000110110110101111001000011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A212C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A212C4; }

 p { color: rgb(162,18,196); }

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

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

 a { background-color: rgb(162,18,196); }

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

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

 span { border-color: rgb(162,18,196); }

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