Shades of Dark Violet #AA10DC
Tints of Dark Violet #AA10DC
RGB
CMYK
RGB Variations
Color information
#AA10DC (or 0xAA10DC) is known color: Dark Violet. HEX triplet: AA, 10 and DC. RGB value is (170,16,220). Sum of RGB (Red+Green+Blue) = 170+16+220=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA10DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10DC is #55EF23. Grayscale: #545454. Windows color (decimal): -5631780 or 14422186. OLE color: 14422186.
HSL color Cylindrical-coordinate representation of color #AA10DC: hue angle of 285.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA10DC is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 16 | 220 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.14 |
| HSL | 285.29º | 0.86% | 0.46% | - |
| HSV(B) | 285.29º | 0.93% | 0.86% | - |
| XYZ | 29.68 | 14.08 | 68.86 | - |
| YUV | 85.3 | 204.02 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 220 | 0.23 | 0.93 | 0 | 0.14 | 285.29 | 0.86 | 0.46 |
| Hex | AA | 10 | DC | 17 | 5D | 0 | E | 11D | 56 | 2E |
| Octal | 252 | 20 | 334 | 27 | 135 | 0 | 16 | 435 | 126 | 56 |
| Binary | 10101010 | 10000 | 11011100 | 10111 | 1011101 | 0 | 1110 | 100011101 | 1010110 | 101110 |
Color Harmonies of #AA10DC
Complementary color
Monochromatic Colors of #AA10DC
Black with #AA10DC
Text Example
Text Example
White with #AA10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10DC; }
p { color: rgb(170,16,220); }
H1.HeaderClassName
{
color: #AA10DC;
}
.AnyTagClassName
{
color: #AA10DC;
}
</style>
background-color css
<style>
a { background-color: #AA10DC; }
a { background-color: rgb(170,16,220); }
div.DivClassName
{
background-color: #AA10DC;
}
.BgClassName
{
background-color: #AA10DC;
}
</style>
border-color css
<style>
span { border-color: #AA10DC; }
span { border-color: rgb(170,16,220); }
td.TdClassName
{
border-color: #AA10DC;
}
.TagClassName
{
border-color: #AA10DC;
}
</style>