Shades of Dark Violet #AA10D2
Tints of Dark Violet #AA10D2
RGB
CMYK
RGB Variations
Color information
#AA10D2 (or 0xAA10D2) is known color: Dark Violet. HEX triplet: AA, 10 and D2. RGB value is (170,16,210). Sum of RGB (Red+Green+Blue) = 170+16+210=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 210 (82.42% from 255 or 53.03% from 396); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA10D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10D2 is #55EF2D. Grayscale: #535353. Windows color (decimal): -5631790 or 13766826. OLE color: 13766826.
HSL color Cylindrical-coordinate representation of color #AA10D2: hue angle of 287.63º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA10D2 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 16 | 210 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.18 |
| HSL | 287.63º | 0.86% | 0.44% | - |
| HSV(B) | 287.63º | 0.92% | 0.82% | - |
| XYZ | 28.4 | 13.57 | 62.1 | - |
| YUV | 84.16 | 199.02 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 210 | 0.19 | 0.92 | 0 | 0.18 | 287.63 | 0.86 | 0.44 |
| Hex | AA | 10 | D2 | 13 | 5C | 0 | 12 | 120 | 56 | 2C |
| Octal | 252 | 20 | 322 | 23 | 134 | 0 | 22 | 440 | 126 | 54 |
| Binary | 10101010 | 10000 | 11010010 | 10011 | 1011100 | 0 | 10010 | 100100000 | 1010110 | 101100 |
Color Harmonies of #AA10D2
Complementary color
Monochromatic Colors of #AA10D2
Black with #AA10D2
Text Example
Text Example
White with #AA10D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10D2; }
p { color: rgb(170,16,210); }
H1.HeaderClassName
{
color: #AA10D2;
}
.AnyTagClassName
{
color: #AA10D2;
}
</style>
background-color css
<style>
a { background-color: #AA10D2; }
a { background-color: rgb(170,16,210); }
div.DivClassName
{
background-color: #AA10D2;
}
.BgClassName
{
background-color: #AA10D2;
}
</style>
border-color css
<style>
span { border-color: #AA10D2; }
span { border-color: rgb(170,16,210); }
td.TdClassName
{
border-color: #AA10D2;
}
.TagClassName
{
border-color: #AA10D2;
}
</style>