Html Css Color HEX #AA02DB Dark Violet

📋 copy color: '#AA02DB'

red 170 ◦ green 2 ◦ blue 219

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

Shades of Dark Violet #AA02DB

Tints of Dark Violet #AA02DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 43.48%
G = 0.51%
B = 56.01%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA02DB (or 0xAA02DB) is known color: Dark Violet. HEX triplet: AA, 02 and DB. RGB value is (170,2,219). Sum of RGB (Red+Green+Blue) = 170+2+219=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA02DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02DB is #55FD24. Grayscale: #4C4C4C. Windows color (decimal): -5635365 or 14353066. OLE color: 14353066.

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

Color convert

RGB 170 2 219 -
CMYK 0.22 0.99 0 0.14
HSL 286.45º 0.98% 0.43% -
HSV(B) 286.45º 0.99% 0.86% -
XYZ 29.39 13.7 68.11 -
YUV 76.97 208.16 194.36 -
System Red Green Blue C M Y K H S L
Decimal 170 2 219 0.22 0.99 0 0.14 286.45 0.98 0.43
Hex AA 2 DB 16 63 0 E 11E 62 2B
Octal 252 2 333 26 143 0 16 436 142 53
Binary 10101010 10 11011011 10110 1100011 0 1110 100011110 1100010 101011

Color Harmonies of #AA02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02DB

Black with #AA02DB

Text Example


Text Example

White with #AA02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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