Shades of Dark Violet #AA0DC6
Tints of Dark Violet #AA0DC6
RGB
CMYK
RGB Variations
Color information
#AA0DC6 (or 0xAA0DC6) is known color: Dark Violet. HEX triplet: AA, 0D and C6. RGB value is (170,13,198). Sum of RGB (Red+Green+Blue) = 170+13+198=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA0DC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DC6 is #55F239. Grayscale: #505050. Windows color (decimal): -5632570 or 12979626. OLE color: 12979626.
HSL color Cylindrical-coordinate representation of color #AA0DC6: hue angle of 290.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DC6 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 13 | 198 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.22 |
| HSL | 290.92º | 0.88% | 0.41% | - |
| HSV(B) | 290.92º | 0.93% | 0.78% | - |
| XYZ | 26.91 | 12.91 | 54.5 | - |
| YUV | 81.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 198 | 0.14 | 0.93 | 0 | 0.22 | 290.92 | 0.88 | 0.41 |
| Hex | AA | D | C6 | E | 5D | 0 | 16 | 123 | 58 | 29 |
| Octal | 252 | 15 | 306 | 16 | 135 | 0 | 26 | 443 | 130 | 51 |
| Binary | 10101010 | 1101 | 11000110 | 1110 | 1011101 | 0 | 10110 | 100100011 | 1011000 | 101001 |
Color Harmonies of #AA0DC6
Complementary color
Monochromatic Colors of #AA0DC6
Black with #AA0DC6
Text Example
Text Example
White with #AA0DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DC6; }
p { color: rgb(170,13,198); }
H1.HeaderClassName
{
color: #AA0DC6;
}
.AnyTagClassName
{
color: #AA0DC6;
}
</style>
background-color css
<style>
a { background-color: #AA0DC6; }
a { background-color: rgb(170,13,198); }
div.DivClassName
{
background-color: #AA0DC6;
}
.BgClassName
{
background-color: #AA0DC6;
}
</style>
border-color css
<style>
span { border-color: #AA0DC6; }
span { border-color: rgb(170,13,198); }
td.TdClassName
{
border-color: #AA0DC6;
}
.TagClassName
{
border-color: #AA0DC6;
}
</style>