Html Css Color HEX #AA02CB Dark Violet

📋 copy color: '#AA02CB'

red 170 ◦ green 2 ◦ blue 203

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

Shades of Dark Violet #AA02CB

Tints of Dark Violet #AA02CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 45.33%
G = 0.53%
B = 54.13%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA02CB (or 0xAA02CB) is known color: Dark Violet. HEX triplet: AA, 02 and CB. RGB value is (170,2,203). Sum of RGB (Red+Green+Blue) = 170+2+203=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA02CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02CB is #55FD34. Grayscale: #4A4A4A. Windows color (decimal): -5635381 or 13304490. OLE color: 13304490.

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

Color convert

RGB 170 2 203 -
CMYK 0.16 0.99 0 0.20
HSL 290.15º 0.98% 0.4% -
HSV(B) 290.15º 0.99% 0.8% -
XYZ 27.38 12.9 57.55 -
YUV 75.15 200.16 195.66 -
System Red Green Blue C M Y K H S L
Decimal 170 2 203 0.16 0.99 0 0.20 290.15 0.98 0.4
Hex AA 2 CB 10 63 0 14 122 62 28
Octal 252 2 313 20 143 0 24 442 142 50
Binary 10101010 10 11001011 10000 1100011 0 10100 100100010 1100010 101000

Color Harmonies of #AA02CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02CB

Black with #AA02CB

Text Example


Text Example

White with #AA02CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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