Shades of Dark Violet #AA00D0
Tints of Dark Violet #AA00D0
RGB
CMYK
RGB Variations
Color information
#AA00D0 (or 0xAA00D0) is known color: Dark Violet. HEX triplet: AA, 00 and D0. RGB value is (170,0,208). Sum of RGB (Red+Green+Blue) = 170+0+208=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA00D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00D0 is #55FF2F. Grayscale: #494949. Windows color (decimal): -5635888 or 13631658. OLE color: 13631658.
HSL color Cylindrical-coordinate representation of color #AA00D0: hue angle of 289.04º 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 #AA00D0 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 0 | 208 | - |
| CMYK | 0.18 | 1 | 0 | 0.18 |
| HSL | 289.04º | 1% | 0.41% | - |
| HSV(B) | 289.04º | 1% | 0.82% | - |
| XYZ | 27.96 | 13.1 | 60.73 | - |
| YUV | 74.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 208 | 0.18 | 1 | 0 | 0.18 | 289.04 | 1 | 0.41 |
| Hex | AA | 0 | D0 | 12 | 64 | 0 | 12 | 121 | 64 | 29 |
| Octal | 252 | 0 | 320 | 22 | 144 | 0 | 22 | 441 | 144 | 51 |
| Binary | 10101010 | 0 | 11010000 | 10010 | 1100100 | 0 | 10010 | 100100001 | 1100100 | 101001 |
Color Harmonies of #AA00D0
Complementary color
Monochromatic Colors of #AA00D0
Black with #AA00D0
Text Example
Text Example
White with #AA00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00D0; }
p { color: rgb(170,0,208); }
H1.HeaderClassName
{
color: #AA00D0;
}
.AnyTagClassName
{
color: #AA00D0;
}
</style>
background-color css
<style>
a { background-color: #AA00D0; }
a { background-color: rgb(170,0,208); }
div.DivClassName
{
background-color: #AA00D0;
}
.BgClassName
{
background-color: #AA00D0;
}
</style>
border-color css
<style>
span { border-color: #AA00D0; }
span { border-color: rgb(170,0,208); }
td.TdClassName
{
border-color: #AA00D0;
}
.TagClassName
{
border-color: #AA00D0;
}
</style>