Shades of Dark Violet #AA00D1
Tints of Dark Violet #AA00D1
RGB
CMYK
RGB Variations
Color information
#AA00D1 (or 0xAA00D1) is known color: Dark Violet. HEX triplet: AA, 00 and D1. RGB value is (170,0,209). Sum of RGB (Red+Green+Blue) = 170+0+209=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA00D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00D1 is #55FF2E. Grayscale: #494949. Windows color (decimal): -5635887 or 13697194. OLE color: 13697194.
HSL color Cylindrical-coordinate representation of color #AA00D1: hue angle of 288.8º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00D1 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 0 | 209 | - |
| CMYK | 0.19 | 1 | 0 | 0.18 |
| HSL | 288.8º | 1% | 0.41% | - |
| HSV(B) | 288.8º | 1% | 0.82% | - |
| XYZ | 28.09 | 13.15 | 61.38 | - |
| YUV | 74.66 | 203.82 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 209 | 0.19 | 1 | 0 | 0.18 | 288.8 | 1 | 0.41 |
| Hex | AA | 0 | D1 | 13 | 64 | 0 | 12 | 121 | 64 | 29 |
| Octal | 252 | 0 | 321 | 23 | 144 | 0 | 22 | 441 | 144 | 51 |
| Binary | 10101010 | 0 | 11010001 | 10011 | 1100100 | 0 | 10010 | 100100001 | 1100100 | 101001 |
Color Harmonies of #AA00D1
Complementary color
Monochromatic Colors of #AA00D1
Black with #AA00D1
Text Example
Text Example
White with #AA00D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00D1; }
p { color: rgb(170,0,209); }
H1.HeaderClassName
{
color: #AA00D1;
}
.AnyTagClassName
{
color: #AA00D1;
}
</style>
background-color css
<style>
a { background-color: #AA00D1; }
a { background-color: rgb(170,0,209); }
div.DivClassName
{
background-color: #AA00D1;
}
.BgClassName
{
background-color: #AA00D1;
}
</style>
border-color css
<style>
span { border-color: #AA00D1; }
span { border-color: rgb(170,0,209); }
td.TdClassName
{
border-color: #AA00D1;
}
.TagClassName
{
border-color: #AA00D1;
}
</style>