Shades of Dark Violet #AA00DC
Tints of Dark Violet #AA00DC
RGB
CMYK
RGB Variations
Color information
#AA00DC (or 0xAA00DC) is known color: Dark Violet. HEX triplet: AA, 00 and DC. RGB value is (170,0,220). Sum of RGB (Red+Green+Blue) = 170+0+220=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA00DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00DC is #55FF23. Grayscale: #4B4B4B. Windows color (decimal): -5635876 or 14418090. OLE color: 14418090.
HSL color Cylindrical-coordinate representation of color #AA00DC: hue angle of 286.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00DC is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 0 | 220 | - |
| CMYK | 0.23 | 1 | 0 | 0.14 |
| HSL | 286.36º | 1% | 0.43% | - |
| HSV(B) | 286.36º | 1% | 0.86% | - |
| XYZ | 29.5 | 13.71 | 68.8 | - |
| YUV | 75.91 | 209.32 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 220 | 0.23 | 1 | 0 | 0.14 | 286.36 | 1 | 0.43 |
| Hex | AA | 0 | DC | 17 | 64 | 0 | E | 11E | 64 | 2B |
| Octal | 252 | 0 | 334 | 27 | 144 | 0 | 16 | 436 | 144 | 53 |
| Binary | 10101010 | 0 | 11011100 | 10111 | 1100100 | 0 | 1110 | 100011110 | 1100100 | 101011 |
Color Harmonies of #AA00DC
Complementary color
Monochromatic Colors of #AA00DC
Black with #AA00DC
Text Example
Text Example
White with #AA00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00DC; }
p { color: rgb(170,0,220); }
H1.HeaderClassName
{
color: #AA00DC;
}
.AnyTagClassName
{
color: #AA00DC;
}
</style>
background-color css
<style>
a { background-color: #AA00DC; }
a { background-color: rgb(170,0,220); }
div.DivClassName
{
background-color: #AA00DC;
}
.BgClassName
{
background-color: #AA00DC;
}
</style>
border-color css
<style>
span { border-color: #AA00DC; }
span { border-color: rgb(170,0,220); }
td.TdClassName
{
border-color: #AA00DC;
}
.TagClassName
{
border-color: #AA00DC;
}
</style>