Shades of Dark Violet #AA08CE
Tints of Dark Violet #AA08CE
RGB
CMYK
RGB Variations
Color information
#AA08CE (or 0xAA08CE) is known color: Dark Violet. HEX triplet: AA, 08 and CE. RGB value is (170,8,206). Sum of RGB (Red+Green+Blue) = 170+8+206=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA08CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08CE is #55F731. Grayscale: #4E4E4E. Windows color (decimal): -5633842 or 13502634. OLE color: 13502634.
HSL color Cylindrical-coordinate representation of color #AA08CE: hue angle of 289.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08CE is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 8 | 206 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.19 |
| HSL | 289.09º | 0.93% | 0.42% | - |
| HSV(B) | 289.09º | 0.96% | 0.81% | - |
| XYZ | 27.8 | 13.18 | 59.47 | - |
| YUV | 79.01 | 199.67 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 206 | 0.17 | 0.96 | 0 | 0.19 | 289.09 | 0.93 | 0.42 |
| Hex | AA | 8 | CE | 11 | 60 | 0 | 13 | 121 | 5D | 2A |
| Octal | 252 | 10 | 316 | 21 | 140 | 0 | 23 | 441 | 135 | 52 |
| Binary | 10101010 | 1000 | 11001110 | 10001 | 1100000 | 0 | 10011 | 100100001 | 1011101 | 101010 |
Color Harmonies of #AA08CE
Complementary color
Monochromatic Colors of #AA08CE
Black with #AA08CE
Text Example
Text Example
White with #AA08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08CE; }
p { color: rgb(170,8,206); }
H1.HeaderClassName
{
color: #AA08CE;
}
.AnyTagClassName
{
color: #AA08CE;
}
</style>
background-color css
<style>
a { background-color: #AA08CE; }
a { background-color: rgb(170,8,206); }
div.DivClassName
{
background-color: #AA08CE;
}
.BgClassName
{
background-color: #AA08CE;
}
</style>
border-color css
<style>
span { border-color: #AA08CE; }
span { border-color: rgb(170,8,206); }
td.TdClassName
{
border-color: #AA08CE;
}
.TagClassName
{
border-color: #AA08CE;
}
</style>