Html Css Color HEX #AA02DD Dark Violet

📋 copy color: '#AA02DD'

red 170 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #AA02DD

Tints of Dark Violet #AA02DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 43.26%
G = 0.51%
B = 56.23%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA02DD (or 0xAA02DD) is known color: Dark Violet. HEX triplet: AA, 02 and DD. RGB value is (170,2,221). Sum of RGB (Red+Green+Blue) = 170+2+221=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA02DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02DD is #55FD22. Grayscale: #4C4C4C. Windows color (decimal): -5635363 or 14484138. OLE color: 14484138.

HSL color Cylindrical-coordinate representation of color #AA02DD: hue angle of 286.03º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02DD is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 2 221 -
CMYK 0.23 0.99 0 0.13
HSL 286.03º 0.98% 0.44% -
HSV(B) 286.03º 0.99% 0.87% -
XYZ 29.65 13.81 69.51 -
YUV 77.2 209.16 194.19 -
System Red Green Blue C M Y K H S L
Decimal 170 2 221 0.23 0.99 0 0.13 286.03 0.98 0.44
Hex AA 2 DD 17 63 0 D 11E 62 2C
Octal 252 2 335 27 143 0 15 436 142 54
Binary 10101010 10 11011101 10111 1100011 0 1101 100011110 1100010 101100

Color Harmonies of #AA02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02DD

Black with #AA02DD

Text Example


Text Example

White with #AA02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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