Shades of Dark Violet #AA0DD1
Tints of Dark Violet #AA0DD1
RGB
CMYK
RGB Variations
Color information
#AA0DD1 (or 0xAA0DD1) is known color: Dark Violet. HEX triplet: AA, 0D and D1. RGB value is (170,13,209). Sum of RGB (Red+Green+Blue) = 170+13+209=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA0DD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DD1 is #55F22E. Grayscale: #515151. Windows color (decimal): -5632559 or 13700522. OLE color: 13700522.
HSL color Cylindrical-coordinate representation of color #AA0DD1: hue angle of 288.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DD1 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 13 | 209 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.18 |
| HSL | 288.06º | 0.88% | 0.44% | - |
| HSV(B) | 288.06º | 0.94% | 0.82% | - |
| XYZ | 28.23 | 13.44 | 61.43 | - |
| YUV | 82.29 | 199.51 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 209 | 0.19 | 0.94 | 0 | 0.18 | 288.06 | 0.88 | 0.44 |
| Hex | AA | D | D1 | 13 | 5E | 0 | 12 | 120 | 58 | 2C |
| Octal | 252 | 15 | 321 | 23 | 136 | 0 | 22 | 440 | 130 | 54 |
| Binary | 10101010 | 1101 | 11010001 | 10011 | 1011110 | 0 | 10010 | 100100000 | 1011000 | 101100 |
Color Harmonies of #AA0DD1
Complementary color
Monochromatic Colors of #AA0DD1
Black with #AA0DD1
Text Example
Text Example
White with #AA0DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DD1; }
p { color: rgb(170,13,209); }
H1.HeaderClassName
{
color: #AA0DD1;
}
.AnyTagClassName
{
color: #AA0DD1;
}
</style>
background-color css
<style>
a { background-color: #AA0DD1; }
a { background-color: rgb(170,13,209); }
div.DivClassName
{
background-color: #AA0DD1;
}
.BgClassName
{
background-color: #AA0DD1;
}
</style>
border-color css
<style>
span { border-color: #AA0DD1; }
span { border-color: rgb(170,13,209); }
td.TdClassName
{
border-color: #AA0DD1;
}
.TagClassName
{
border-color: #AA0DD1;
}
</style>