Html Css Color HEX #AA0DB9 Dark Violet

📋 copy color: '#AA0DB9'

red 170 ◦ green 13 ◦ blue 185

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

Shades of Dark Violet #AA0DB9

Tints of Dark Violet #AA0DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.27%

R = 46.2%
G = 3.53%
B = 50.27%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA0DB9 (or 0xAA0DB9) is known color: Dark Violet. HEX triplet: AA, 0D and B9. RGB value is (170,13,185). Sum of RGB (Red+Green+Blue) = 170+13+185=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA0DB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DB9 is #55F246. Grayscale: #4F4F4F. Windows color (decimal): -5632583 or 12127658. OLE color: 12127658.

HSL color Cylindrical-coordinate representation of color #AA0DB9: hue angle of 294.77º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DB9 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 13 185 -
CMYK 0.08 0.93 0 0.27
HSL 294.77º 0.87% 0.39% -
HSV(B) 294.77º 0.93% 0.73% -
XYZ 25.48 12.34 46.94 -
YUV 79.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 170 13 185 0.08 0.93 0 0.27 294.77 0.87 0.39
Hex AA D B9 8 5D 0 1B 127 57 27
Octal 252 15 271 10 135 0 33 447 127 47
Binary 10101010 1101 10111001 1000 1011101 0 11011 100100111 1010111 100111

Color Harmonies of #AA0DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DB9

Black with #AA0DB9

Text Example


Text Example

White with #AA0DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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