Shades of Dark Violet #AA0DCC
Tints of Dark Violet #AA0DCC
RGB
CMYK
RGB Variations
Color information
#AA0DCC (or 0xAA0DCC) is known color: Dark Violet. HEX triplet: AA, 0D and CC. RGB value is (170,13,204). Sum of RGB (Red+Green+Blue) = 170+13+204=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA0DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DCC is #55F233. Grayscale: #515151. Windows color (decimal): -5632564 or 13372842. OLE color: 13372842.
HSL color Cylindrical-coordinate representation of color #AA0DCC: hue angle of 289.32º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DCC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 13 | 204 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.2 |
| HSL | 289.32º | 0.88% | 0.43% | - |
| HSV(B) | 289.32º | 0.94% | 0.8% | - |
| XYZ | 27.62 | 13.19 | 58.22 | - |
| YUV | 81.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 204 | 0.17 | 0.94 | 0 | 0.2 | 289.32 | 0.88 | 0.43 |
| Hex | AA | D | CC | 11 | 5E | 0 | 14 | 121 | 58 | 2B |
| Octal | 252 | 15 | 314 | 21 | 136 | 0 | 24 | 441 | 130 | 53 |
| Binary | 10101010 | 1101 | 11001100 | 10001 | 1011110 | 0 | 10100 | 100100001 | 1011000 | 101011 |
Color Harmonies of #AA0DCC
Complementary color
Monochromatic Colors of #AA0DCC
Black with #AA0DCC
Text Example
Text Example
White with #AA0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DCC; }
p { color: rgb(170,13,204); }
H1.HeaderClassName
{
color: #AA0DCC;
}
.AnyTagClassName
{
color: #AA0DCC;
}
</style>
background-color css
<style>
a { background-color: #AA0DCC; }
a { background-color: rgb(170,13,204); }
div.DivClassName
{
background-color: #AA0DCC;
}
.BgClassName
{
background-color: #AA0DCC;
}
</style>
border-color css
<style>
span { border-color: #AA0DCC; }
span { border-color: rgb(170,13,204); }
td.TdClassName
{
border-color: #AA0DCC;
}
.TagClassName
{
border-color: #AA0DCC;
}
</style>