Shades of Dark Violet #AA06E6
Tints of Dark Violet #AA06E6
RGB
CMYK
RGB Variations
Color information
#AA06E6 (or 0xAA06E6) is known color: Dark Violet. HEX triplet: AA, 06 and E6. RGB value is (170,6,230). Sum of RGB (Red+Green+Blue) = 170+6+230=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA06E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA06E6 is #55F919. Grayscale: #4F4F4F. Windows color (decimal): -5634330 or 15074986. OLE color: 15074986.
HSL color Cylindrical-coordinate representation of color #AA06E6: hue angle of 283.93º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06E6 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 6 | 230 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.10 |
| HSL | 283.93º | 0.95% | 0.46% | - |
| HSV(B) | 283.93º | 0.97% | 0.9% | - |
| XYZ | 30.93 | 14.39 | 76.01 | - |
| YUV | 80.57 | 212.33 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 230 | 0.26 | 0.97 | 0 | 0.10 | 283.93 | 0.95 | 0.46 |
| Hex | AA | 6 | E6 | 1A | 61 | 0 | A | 11C | 5F | 2E |
| Octal | 252 | 6 | 346 | 32 | 141 | 0 | 12 | 434 | 137 | 56 |
| Binary | 10101010 | 110 | 11100110 | 11010 | 1100001 | 0 | 1010 | 100011100 | 1011111 | 101110 |
Color Harmonies of #AA06E6
Complementary color
Monochromatic Colors of #AA06E6
Black with #AA06E6
Text Example
Text Example
White with #AA06E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06E6; }
p { color: rgb(170,6,230); }
H1.HeaderClassName
{
color: #AA06E6;
}
.AnyTagClassName
{
color: #AA06E6;
}
</style>
background-color css
<style>
a { background-color: #AA06E6; }
a { background-color: rgb(170,6,230); }
div.DivClassName
{
background-color: #AA06E6;
}
.BgClassName
{
background-color: #AA06E6;
}
</style>
border-color css
<style>
span { border-color: #AA06E6; }
span { border-color: rgb(170,6,230); }
td.TdClassName
{
border-color: #AA06E6;
}
.TagClassName
{
border-color: #AA06E6;
}
</style>