Shades of Dark Violet #AA0DB7
Tints of Dark Violet #AA0DB7
RGB
CMYK
RGB Variations
Color information
#AA0DB7 (or 0xAA0DB7) is known color: Dark Violet. HEX triplet: AA, 0D and B7. RGB value is (170,13,183). Sum of RGB (Red+Green+Blue) = 170+13+183=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA0DB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DB7 is #55F248. Grayscale: #4E4E4E. Windows color (decimal): -5632585 or 11996586. OLE color: 11996586.
HSL color Cylindrical-coordinate representation of color #AA0DB7: hue angle of 295.41º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DB7 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 13 | 183 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.28 |
| HSL | 295.41º | 0.87% | 0.38% | - |
| HSV(B) | 295.41º | 0.93% | 0.72% | - |
| XYZ | 25.27 | 12.25 | 45.83 | - |
| YUV | 79.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 183 | 0.07 | 0.93 | 0 | 0.28 | 295.41 | 0.87 | 0.38 |
| Hex | AA | D | B7 | 7 | 5D | 0 | 1C | 127 | 57 | 26 |
| Octal | 252 | 15 | 267 | 7 | 135 | 0 | 34 | 447 | 127 | 46 |
| Binary | 10101010 | 1101 | 10110111 | 111 | 1011101 | 0 | 11100 | 100100111 | 1010111 | 100110 |
Color Harmonies of #AA0DB7
Complementary color
Monochromatic Colors of #AA0DB7
Black with #AA0DB7
Text Example
Text Example
White with #AA0DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DB7; }
p { color: rgb(170,13,183); }
H1.HeaderClassName
{
color: #AA0DB7;
}
.AnyTagClassName
{
color: #AA0DB7;
}
</style>
background-color css
<style>
a { background-color: #AA0DB7; }
a { background-color: rgb(170,13,183); }
div.DivClassName
{
background-color: #AA0DB7;
}
.BgClassName
{
background-color: #AA0DB7;
}
</style>
border-color css
<style>
span { border-color: #AA0DB7; }
span { border-color: rgb(170,13,183); }
td.TdClassName
{
border-color: #AA0DB7;
}
.TagClassName
{
border-color: #AA0DB7;
}
</style>