Html Css Color HEX #AA0ED9 Dark Violet

📋 copy color: '#AA0ED9'

red 170 ◦ green 14 ◦ blue 217

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

Shades of Dark Violet #AA0ED9

Tints of Dark Violet #AA0ED9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.49%

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

R = 42.39%
G = 3.49%
B = 54.11%

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

#AA0ED9 (or 0xAA0ED9) is known color: Dark Violet. HEX triplet: AA, 0E and D9. RGB value is (170,14,217). Sum of RGB (Red+Green+Blue) = 170+14+217=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA0ED9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ED9 is #55F126. Grayscale: #535353. Windows color (decimal): -5632295 or 14225066. OLE color: 14225066.

HSL color Cylindrical-coordinate representation of color #AA0ED9: hue angle of 286.11º degrees, saturation: 0.88, 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 #AA0ED9 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 14 217 -
CMYK 0.22 0.94 0 0.15
HSL 286.11º 0.88% 0.45% -
HSV(B) 286.11º 0.94% 0.85% -
XYZ 29.26 13.87 66.78 -
YUV 83.79 203.18 189.49 -
System Red Green Blue C M Y K H S L
Decimal 170 14 217 0.22 0.94 0 0.15 286.11 0.88 0.45
Hex AA E D9 16 5E 0 F 11E 58 2D
Octal 252 16 331 26 136 0 17 436 130 55
Binary 10101010 1110 11011001 10110 1011110 0 1111 100011110 1011000 101101

Color Harmonies of #AA0ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0ED9

Black with #AA0ED9

Text Example


Text Example

White with #AA0ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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