Html Css Color HEX #AA02BD Dark Violet

📋 copy color: '#AA02BD'

red 170 ◦ green 2 ◦ blue 189

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

Shades of Dark Violet #AA02BD

Tints of Dark Violet #AA02BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 47.09%
G = 0.55%
B = 52.35%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA02BD (or 0xAA02BD) is known color: Dark Violet. HEX triplet: AA, 02 and BD. RGB value is (170,2,189). Sum of RGB (Red+Green+Blue) = 170+2+189=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA02BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02BD is #55FD42. Grayscale: #484848. Windows color (decimal): -5635395 or 12386986. OLE color: 12386986.

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

Color convert

RGB 170 2 189 -
CMYK 0.10 0.99 0 0.26
HSL 293.9º 0.98% 0.37% -
HSV(B) 293.9º 0.99% 0.74% -
XYZ 25.78 12.26 49.15 -
YUV 73.55 193.16 196.79 -
System Red Green Blue C M Y K H S L
Decimal 170 2 189 0.10 0.99 0 0.26 293.9 0.98 0.37
Hex AA 2 BD A 63 0 1A 126 62 25
Octal 252 2 275 12 143 0 32 446 142 45
Binary 10101010 10 10111101 1010 1100011 0 11010 100100110 1100010 100101

Color Harmonies of #AA02BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02BD

Black with #AA02BD

Text Example


Text Example

White with #AA02BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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