#A212C7

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

Shades of Dark Violet #A212C7

Tints of Dark Violet #A212C7

Color information

#A212C7 (or 0xA212C7) is unknown color: approx Dark Violet. HEX triplet: A2, 12 and C7. RGB value is (162,18,199). Sum of RGB (Red+Green+Blue) = 162+18+199=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #A212C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A212C7 is #5DED38. Grayscale: #515151. Windows color (decimal): -6155577 or 13046434. OLE color: 13046434.

HSL color Cylindrical-coordinate representation of color #A212C7: hue angle of 287.73º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A212C7 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16218199-
CMYK0.190.9100.22
HSL287.73º83.41%42.55%-
HSV(B)287.73º90.95%78.04%-
XYZ25.4312.2455.05-
YUV81.69194.21185.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 18 (7.42% from 255) = 4.75%
BLUE value IS 199 (78.12% from 255) = 52.51%
R=42.74%
G=4.75%
B=52.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162181990.190.9100.22287.7383.4142.55
HexA212C7135B016120532b
Octal242223072313302644012353
Binary1010001010010110001111001110110110101101001000001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A212C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A212C7; }

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

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

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

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

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

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

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

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