Html Css Color HEX #AA02B9 Dark Violet

📋 copy color: '#AA02B9'

red 170 ◦ green 2 ◦ blue 185

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

Shades of Dark Violet #AA02B9

Tints of Dark Violet #AA02B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.82%

R = 47.62%
G = 0.56%
B = 51.82%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA02B9 (or 0xAA02B9) is known color: Dark Violet. HEX triplet: AA, 02 and B9. RGB value is (170,2,185). Sum of RGB (Red+Green+Blue) = 170+2+185=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA02B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02B9 is #55FD46. Grayscale: #484848. Windows color (decimal): -5635399 or 12124842. OLE color: 12124842.

HSL color Cylindrical-coordinate representation of color #AA02B9: hue angle of 295.08º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02B9 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 2 185 -
CMYK 0.08 0.99 0 0.27
HSL 295.08º 0.98% 0.37% -
HSV(B) 295.08º 0.99% 0.73% -
XYZ 25.36 12.09 46.9 -
YUV 73.09 191.16 197.12 -
System Red Green Blue C M Y K H S L
Decimal 170 2 185 0.08 0.99 0 0.27 295.08 0.98 0.37
Hex AA 2 B9 8 63 0 1B 127 62 25
Octal 252 2 271 10 143 0 33 447 142 45
Binary 10101010 10 10111001 1000 1100011 0 11011 100100111 1100010 100101

Color Harmonies of #AA02B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02B9

Black with #AA02B9

Text Example


Text Example

White with #AA02B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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