Shades of Dark Violet #AA08D0
Tints of Dark Violet #AA08D0
RGB
CMYK
RGB Variations
Color information
#AA08D0 (or 0xAA08D0) is known color: Dark Violet. HEX triplet: AA, 08 and D0. RGB value is (170,8,208). Sum of RGB (Red+Green+Blue) = 170+8+208=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA08D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08D0 is #55F72F. Grayscale: #4E4E4E. Windows color (decimal): -5633840 or 13633706. OLE color: 13633706.
HSL color Cylindrical-coordinate representation of color #AA08D0: hue angle of 288.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08D0 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 8 | 208 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.18 |
| HSL | 288.6º | 0.93% | 0.42% | - |
| HSV(B) | 288.6º | 0.96% | 0.82% | - |
| XYZ | 28.05 | 13.27 | 60.76 | - |
| YUV | 79.24 | 200.67 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 208 | 0.18 | 0.96 | 0 | 0.18 | 288.6 | 0.93 | 0.42 |
| Hex | AA | 8 | D0 | 12 | 60 | 0 | 12 | 121 | 5D | 2A |
| Octal | 252 | 10 | 320 | 22 | 140 | 0 | 22 | 441 | 135 | 52 |
| Binary | 10101010 | 1000 | 11010000 | 10010 | 1100000 | 0 | 10010 | 100100001 | 1011101 | 101010 |
Color Harmonies of #AA08D0
Complementary color
Monochromatic Colors of #AA08D0
Black with #AA08D0
Text Example
Text Example
White with #AA08D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08D0; }
p { color: rgb(170,8,208); }
H1.HeaderClassName
{
color: #AA08D0;
}
.AnyTagClassName
{
color: #AA08D0;
}
</style>
background-color css
<style>
a { background-color: #AA08D0; }
a { background-color: rgb(170,8,208); }
div.DivClassName
{
background-color: #AA08D0;
}
.BgClassName
{
background-color: #AA08D0;
}
</style>
border-color css
<style>
span { border-color: #AA08D0; }
span { border-color: rgb(170,8,208); }
td.TdClassName
{
border-color: #AA08D0;
}
.TagClassName
{
border-color: #AA08D0;
}
</style>