#AA02C9

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

Shades of Dark Violet #AA02C9

Tints of Dark Violet #AA02C9

Color information

#AA02C9 (or 0xAA02C9) is unknown color: approx Dark Violet. HEX triplet: AA, 02 and C9. RGB value is (170,2,201). Sum of RGB (Red+Green+Blue) = 170+2+201=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA02C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02C9 is #55FD36. Grayscale: #4A4A4A. Windows color (decimal): -5635383 or 13173418. OLE color: 13173418.

HSL color Cylindrical-coordinate representation of color #AA02C9: hue angle of 290.65º 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 #AA02C9 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1702201-
CMYK0.150.9900.21
HSL290.65º98.03%39.8%-
HSV(B)290.65º99%78.82%-
XYZ27.1412.8156.3-
YUV74.92199.16195.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 201 (78.91% from 255) = 53.89%
R=45.58%
G=0.54%
B=53.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17022010.150.9900.21290.6598.0339.8
HexAA2C9F630151236228
Octal25223111714302544314250
Binary101010101011001001111111000110101011001000111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA02C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA02C9; }

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

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

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

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

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

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

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

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