Shades of Dark Violet #AA08CF
Tints of Dark Violet #AA08CF
RGB
CMYK
RGB Variations
Color information
#AA08CF (or 0xAA08CF) is known color: Dark Violet. HEX triplet: AA, 08 and CF. RGB value is (170,8,207). Sum of RGB (Red+Green+Blue) = 170+8+207=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA08CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08CF is #55F730. Grayscale: #4E4E4E. Windows color (decimal): -5633841 or 13568170. OLE color: 13568170.
HSL color Cylindrical-coordinate representation of color #AA08CF: hue angle of 288.84º 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 #AA08CF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 8 | 207 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.19 |
| HSL | 288.84º | 0.93% | 0.42% | - |
| HSV(B) | 288.84º | 0.96% | 0.81% | - |
| XYZ | 27.93 | 13.22 | 60.11 | - |
| YUV | 79.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 207 | 0.18 | 0.96 | 0 | 0.19 | 288.84 | 0.93 | 0.42 |
| Hex | AA | 8 | CF | 12 | 60 | 0 | 13 | 121 | 5D | 2A |
| Octal | 252 | 10 | 317 | 22 | 140 | 0 | 23 | 441 | 135 | 52 |
| Binary | 10101010 | 1000 | 11001111 | 10010 | 1100000 | 0 | 10011 | 100100001 | 1011101 | 101010 |
Color Harmonies of #AA08CF
Complementary color
Monochromatic Colors of #AA08CF
Black with #AA08CF
Text Example
Text Example
White with #AA08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08CF; }
p { color: rgb(170,8,207); }
H1.HeaderClassName
{
color: #AA08CF;
}
.AnyTagClassName
{
color: #AA08CF;
}
</style>
background-color css
<style>
a { background-color: #AA08CF; }
a { background-color: rgb(170,8,207); }
div.DivClassName
{
background-color: #AA08CF;
}
.BgClassName
{
background-color: #AA08CF;
}
</style>
border-color css
<style>
span { border-color: #AA08CF; }
span { border-color: rgb(170,8,207); }
td.TdClassName
{
border-color: #AA08CF;
}
.TagClassName
{
border-color: #AA08CF;
}
</style>