Html Css Color HEX #AA0DD9 Dark Violet

📋 copy color: '#AA0DD9'

red 170 ◦ green 13 ◦ blue 217

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

Shades of Dark Violet #AA0DD9

Tints of Dark Violet #AA0DD9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.25%

 BLUE value IS 217 (85.16% from 255) = 54.25%

R = 42.5%
G = 3.25%
B = 54.25%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA0DD9 (or 0xAA0DD9) is known color: Dark Violet. HEX triplet: AA, 0D and D9. RGB value is (170,13,217). Sum of RGB (Red+Green+Blue) = 170+13+217=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA0DD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DD9 is #55F226. Grayscale: #525252. Windows color (decimal): -5632551 or 14224810. OLE color: 14224810.

HSL color Cylindrical-coordinate representation of color #AA0DD9: hue angle of 286.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DD9 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 13 217 -
CMYK 0.22 0.94 0 0.15
HSL 286.18º 0.89% 0.45% -
HSV(B) 286.18º 0.94% 0.85% -
XYZ 29.25 13.84 66.78 -
YUV 83.2 203.51 189.91 -
System Red Green Blue C M Y K H S L
Decimal 170 13 217 0.22 0.94 0 0.15 286.18 0.89 0.45
Hex AA D D9 16 5E 0 F 11E 59 2D
Octal 252 15 331 26 136 0 17 436 131 55
Binary 10101010 1101 11011001 10110 1011110 0 1111 100011110 1011001 101101

Color Harmonies of #AA0DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DD9

Black with #AA0DD9

Text Example


Text Example

White with #AA0DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DD9; }

 p { color: rgb(170,13,217); }

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

background-color css

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

 a { background-color: rgb(170,13,217); }

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

border-color css

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

 span { border-color: rgb(170,13,217); }

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