Html Css Color HEX #AA02CE Dark Violet

📋 copy color: '#AA02CE'

red 170 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #AA02CE

Tints of Dark Violet #AA02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 44.97%
G = 0.53%
B = 54.5%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA02CE (or 0xAA02CE) is known color: Dark Violet. HEX triplet: AA, 02 and CE. RGB value is (170,2,206). Sum of RGB (Red+Green+Blue) = 170+2+206=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02CE is #55FD31. Grayscale: #4A4A4A. Windows color (decimal): -5635378 or 13501098. OLE color: 13501098.

HSL color Cylindrical-coordinate representation of color #AA02CE: hue angle of 289.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02CE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 2 206 -
CMYK 0.17 0.99 0 0.19
HSL 289.41º 0.98% 0.41% -
HSV(B) 289.41º 0.99% 0.81% -
XYZ 27.74 13.05 59.45 -
YUV 75.49 201.66 195.41 -
System Red Green Blue C M Y K H S L
Decimal 170 2 206 0.17 0.99 0 0.19 289.41 0.98 0.41
Hex AA 2 CE 11 63 0 13 121 62 29
Octal 252 2 316 21 143 0 23 441 142 51
Binary 10101010 10 11001110 10001 1100011 0 10011 100100001 1100010 101001

Color Harmonies of #AA02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02CE

Black with #AA02CE

Text Example


Text Example

White with #AA02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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