#A002C9

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

Shades of Dark Violet #A002C9

Tints of Dark Violet #A002C9

Color information

#A002C9 (or 0xA002C9) is unknown color: approx Dark Violet. HEX triplet: A0, 02 and C9. RGB value is (160,2,201). Sum of RGB (Red+Green+Blue) = 160+2+201=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #A002C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002C9 is #5FFD36. Grayscale: #474747. Windows color (decimal): -6290743 or 13173408. OLE color: 13173408.

HSL color Cylindrical-coordinate representation of color #A002C9: hue angle of 287.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002C9 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1602201-
CMYK0.200.9900.21
HSL287.64º98.03%39.8%-
HSV(B)287.64º99%78.82%-
XYZ25.0611.7356.2-
YUV71.93200.85190.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 201 (78.91% from 255) = 55.37%
R=44.08%
G=0.55%
B=55.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16022010.200.9900.21287.6498.0339.8
HexA02C914630151206228
Octal24023112414302544014250
Binary1010000010110010011010011000110101011001000001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A002C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A002C9; }

 p { color: rgb(160,2,201); }

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

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

 a { background-color: rgb(160,2,201); }

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

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

 span { border-color: rgb(160,2,201); }

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