Shades of Dark Violet #AA00DF
Tints of Dark Violet #AA00DF
RGB
CMYK
RGB Variations
Color information
#AA00DF (or 0xAA00DF) is known color: Dark Violet. HEX triplet: AA, 00 and DF. RGB value is (170,0,223). Sum of RGB (Red+Green+Blue) = 170+0+223=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00DF is #55FF20. Grayscale: #4B4B4B. Windows color (decimal): -5635873 or 14614698. OLE color: 14614698.
HSL color Cylindrical-coordinate representation of color #AA00DF: hue angle of 285.74º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00DF is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 0 | 223 | - |
| CMYK | 0.24 | 1 | 0 | 0.13 |
| HSL | 285.74º | 1% | 0.44% | - |
| HSV(B) | 285.74º | 1% | 0.87% | - |
| XYZ | 29.9 | 13.87 | 70.91 | - |
| YUV | 76.25 | 210.82 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 223 | 0.24 | 1 | 0 | 0.13 | 285.74 | 1 | 0.44 |
| Hex | AA | 0 | DF | 18 | 64 | 0 | D | 11E | 64 | 2C |
| Octal | 252 | 0 | 337 | 30 | 144 | 0 | 15 | 436 | 144 | 54 |
| Binary | 10101010 | 0 | 11011111 | 11000 | 1100100 | 0 | 1101 | 100011110 | 1100100 | 101100 |
Color Harmonies of #AA00DF
Complementary color
Monochromatic Colors of #AA00DF
Black with #AA00DF
Text Example
Text Example
White with #AA00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00DF; }
p { color: rgb(170,0,223); }
H1.HeaderClassName
{
color: #AA00DF;
}
.AnyTagClassName
{
color: #AA00DF;
}
</style>
background-color css
<style>
a { background-color: #AA00DF; }
a { background-color: rgb(170,0,223); }
div.DivClassName
{
background-color: #AA00DF;
}
.BgClassName
{
background-color: #AA00DF;
}
</style>
border-color css
<style>
span { border-color: #AA00DF; }
span { border-color: rgb(170,0,223); }
td.TdClassName
{
border-color: #AA00DF;
}
.TagClassName
{
border-color: #AA00DF;
}
</style>