Shades of Dark Violet #AA10E6
Tints of Dark Violet #AA10E6
RGB
CMYK
RGB Variations
Color information
#AA10E6 (or 0xAA10E6) is known color: Dark Violet. HEX triplet: AA, 10 and E6. RGB value is (170,16,230). Sum of RGB (Red+Green+Blue) = 170+16+230=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA10E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA10E6 is #55EF19. Grayscale: #555555. Windows color (decimal): -5631770 or 15077546. OLE color: 15077546.
HSL color Cylindrical-coordinate representation of color #AA10E6: hue angle of 283.18º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA10E6 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 16 | 230 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.10 |
| HSL | 283.18º | 0.87% | 0.48% | - |
| HSV(B) | 283.18º | 0.93% | 0.9% | - |
| XYZ | 31.05 | 14.63 | 76.05 | - |
| YUV | 86.44 | 209.02 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 230 | 0.26 | 0.93 | 0 | 0.10 | 283.18 | 0.87 | 0.48 |
| Hex | AA | 10 | E6 | 1A | 5D | 0 | A | 11B | 57 | 30 |
| Octal | 252 | 20 | 346 | 32 | 135 | 0 | 12 | 433 | 127 | 60 |
| Binary | 10101010 | 10000 | 11100110 | 11010 | 1011101 | 0 | 1010 | 100011011 | 1010111 | 110000 |
Color Harmonies of #AA10E6
Complementary color
Monochromatic Colors of #AA10E6
Black with #AA10E6
Text Example
Text Example
White with #AA10E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10E6; }
p { color: rgb(170,16,230); }
H1.HeaderClassName
{
color: #AA10E6;
}
.AnyTagClassName
{
color: #AA10E6;
}
</style>
background-color css
<style>
a { background-color: #AA10E6; }
a { background-color: rgb(170,16,230); }
div.DivClassName
{
background-color: #AA10E6;
}
.BgClassName
{
background-color: #AA10E6;
}
</style>
border-color css
<style>
span { border-color: #AA10E6; }
span { border-color: rgb(170,16,230); }
td.TdClassName
{
border-color: #AA10E6;
}
.TagClassName
{
border-color: #AA10E6;
}
</style>