Html Css Color HEX #AA02D9 Dark Violet

📋 copy color: '#AA02D9'

red 170 ◦ green 2 ◦ blue 217

#AA02D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AA02D9

Tints of Dark Violet #AA02D9

RGB

 RED value IS 170 (66.8% from 255) = 43.7%

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 217 (85.16% from 255) = 55.78%

R = 43.7%
G = 0.51%
B = 55.78%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA02D9 (or 0xAA02D9) is known color: Dark Violet. HEX triplet: AA, 02 and D9. RGB value is (170,2,217). Sum of RGB (Red+Green+Blue) = 170+2+217=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA02D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02D9 is #55FD26. Grayscale: #4C4C4C. Windows color (decimal): -5635367 or 14221994. OLE color: 14221994.

HSL color Cylindrical-coordinate representation of color #AA02D9: hue angle of 286.88º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02D9 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 2 217 -
CMYK 0.22 0.99 0 0.15
HSL 286.88º 0.98% 0.43% -
HSV(B) 286.88º 0.99% 0.85% -
XYZ 29.12 13.6 66.74 -
YUV 76.74 207.16 194.52 -
System Red Green Blue C M Y K H S L
Decimal 170 2 217 0.22 0.99 0 0.15 286.88 0.98 0.43
Hex AA 2 D9 16 63 0 F 11F 62 2B
Octal 252 2 331 26 143 0 17 437 142 53
Binary 10101010 10 11011001 10110 1100011 0 1111 100011111 1100010 101011

Color Harmonies of #AA02D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02D9

Black with #AA02D9

Text Example


Text Example

White with #AA02D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02D9; }

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

 H1.HeaderClassName
 {
   color: #AA02D9;
 }
 .AnyTagClassName
 {
   color: #AA02D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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