Shades of Dark Violet #AA06DF
Tints of Dark Violet #AA06DF
RGB
CMYK
RGB Variations
Color information
#AA06DF (or 0xAA06DF) is known color: Dark Violet. HEX triplet: AA, 06 and DF. RGB value is (170,6,223). Sum of RGB (Red+Green+Blue) = 170+6+223=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA06DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06DF is #55F920. Grayscale: #4F4F4F. Windows color (decimal): -5634337 or 14616234. OLE color: 14616234.
HSL color Cylindrical-coordinate representation of color #AA06DF: hue angle of 285.35º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06DF is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 6 | 223 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.13 |
| HSL | 285.35º | 0.95% | 0.45% | - |
| HSV(B) | 285.35º | 0.97% | 0.87% | - |
| XYZ | 29.96 | 14 | 70.94 | - |
| YUV | 79.77 | 208.83 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 223 | 0.24 | 0.97 | 0 | 0.13 | 285.35 | 0.95 | 0.45 |
| Hex | AA | 6 | DF | 18 | 61 | 0 | D | 11D | 5F | 2D |
| Octal | 252 | 6 | 337 | 30 | 141 | 0 | 15 | 435 | 137 | 55 |
| Binary | 10101010 | 110 | 11011111 | 11000 | 1100001 | 0 | 1101 | 100011101 | 1011111 | 101101 |
Color Harmonies of #AA06DF
Complementary color
Monochromatic Colors of #AA06DF
Black with #AA06DF
Text Example
Text Example
White with #AA06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06DF; }
p { color: rgb(170,6,223); }
H1.HeaderClassName
{
color: #AA06DF;
}
.AnyTagClassName
{
color: #AA06DF;
}
</style>
background-color css
<style>
a { background-color: #AA06DF; }
a { background-color: rgb(170,6,223); }
div.DivClassName
{
background-color: #AA06DF;
}
.BgClassName
{
background-color: #AA06DF;
}
</style>
border-color css
<style>
span { border-color: #AA06DF; }
span { border-color: rgb(170,6,223); }
td.TdClassName
{
border-color: #AA06DF;
}
.TagClassName
{
border-color: #AA06DF;
}
</style>