#AA02C0

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

Shades of Dark Violet #AA02C0

Tints of Dark Violet #AA02C0

Color information

#AA02C0 (or 0xAA02C0) is unknown color: approx Dark Violet. HEX triplet: AA, 02 and C0. RGB value is (170,2,192). Sum of RGB (Red+Green+Blue) = 170+2+192=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA02C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02C0 is #55FD3F. Grayscale: #494949. Windows color (decimal): -5635392 or 12583594. OLE color: 12583594.

HSL color Cylindrical-coordinate representation of color #AA02C0: hue angle of 293.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02C0 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1702192-
CMYK0.110.9900.25
HSL293.05º97.94%38.04%-
HSV(B)293.05º98.96%75.29%-
XYZ26.1112.450.89-
YUV73.89194.66196.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 192 (75.39% from 255) = 52.75%
R=46.70%
G=0.55%
B=52.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17021920.110.9900.25293.0597.9438.04
HexAA2C0B630191256226
Octal25223001314303144514246
Binary101010101011000000101111000110110011001001011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA02C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA02C0; }

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

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

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

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

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

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

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

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