Html Css Color HEX #AA02C9 Dark Violet

📋 copy color: '#AA02C9'

red 170 ◦ green 2 ◦ blue 201

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

Shades of Dark Violet #AA02C9

Tints of Dark Violet #AA02C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.89%

R = 45.58%
G = 0.54%
B = 53.89%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA02C9 (or 0xAA02C9) is known color: Dark Violet. HEX triplet: AA, 02 and C9. RGB value is (170,2,201). Sum of RGB (Red+Green+Blue) = 170+2+201=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA02C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02C9 is #55FD36. Grayscale: #4A4A4A. Windows color (decimal): -5635383 or 13173418. OLE color: 13173418.

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

Color convert

RGB 170 2 201 -
CMYK 0.15 0.99 0 0.21
HSL 290.65º 0.98% 0.4% -
HSV(B) 290.65º 0.99% 0.79% -
XYZ 27.14 12.81 56.3 -
YUV 74.92 199.16 195.82 -
System Red Green Blue C M Y K H S L
Decimal 170 2 201 0.15 0.99 0 0.21 290.65 0.98 0.4
Hex AA 2 C9 F 63 0 15 123 62 28
Octal 252 2 311 17 143 0 25 443 142 50
Binary 10101010 10 11001001 1111 1100011 0 10101 100100011 1100010 101000

Color Harmonies of #AA02C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02C9

Black with #AA02C9

Text Example


Text Example

White with #AA02C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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