#A012C5

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

Shades of Dark Violet #A012C5

Tints of Dark Violet #A012C5

Color information

#A012C5 (or 0xA012C5) is unknown color: approx Dark Violet. HEX triplet: A0, 12 and C5. RGB value is (160,18,197). Sum of RGB (Red+Green+Blue) = 160+18+197=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #A012C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012C5 is #5FED3A. Grayscale: #505050. Windows color (decimal): -6286651 or 12915360. OLE color: 12915360.

HSL color Cylindrical-coordinate representation of color #A012C5: hue angle of 287.6º 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 #A012C5 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16018197-
CMYK0.190.9100.23
HSL287.6º83.26%42.16%-
HSV(B)287.6º90.86%77.25%-
XYZ24.7911.9453.82-
YUV80.86193.54184.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 18 (7.42% from 255) = 4.8%
BLUE value IS 197 (77.34% from 255) = 52.53%
R=42.67%
G=4.8%
B=52.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160181970.190.9100.23287.683.2642.16
HexA012C5135B017120532a
Octal240223052313302744012352
Binary1010000010010110001011001110110110101111001000001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A012C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A012C5; }

 p { color: rgb(160,18,197); }

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

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

 a { background-color: rgb(160,18,197); }

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

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

 span { border-color: rgb(160,18,197); }

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