Shades of Dark Violet #AB08CF
Tints of Dark Violet #AB08CF
RGB
CMYK
RGB Variations
Color information
#AB08CF (or 0xAB08CF) is known color: Dark Violet. HEX triplet: AB, 08 and CF. RGB value is (171,8,207). Sum of RGB (Red+Green+Blue) = 171+8+207=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB08CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08CF is #54F730. Grayscale: #4E4E4E. Windows color (decimal): -5568305 or 13568171. OLE color: 13568171.
HSL color Cylindrical-coordinate representation of color #AB08CF: hue angle of 289.15º 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 #AB08CF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 8 | 207 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.19 |
| HSL | 289.15º | 0.93% | 0.42% | - |
| HSV(B) | 289.15º | 0.96% | 0.81% | - |
| XYZ | 28.14 | 13.34 | 60.12 | - |
| YUV | 79.42 | 200 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 207 | 0.17 | 0.96 | 0 | 0.19 | 289.15 | 0.93 | 0.42 |
| Hex | AB | 8 | CF | 11 | 60 | 0 | 13 | 121 | 5D | 2A |
| Octal | 253 | 10 | 317 | 21 | 140 | 0 | 23 | 441 | 135 | 52 |
| Binary | 10101011 | 1000 | 11001111 | 10001 | 1100000 | 0 | 10011 | 100100001 | 1011101 | 101010 |
Color Harmonies of #AB08CF
Complementary color
Monochromatic Colors of #AB08CF
Black with #AB08CF
Text Example
Text Example
White with #AB08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB08CF; }
p { color: rgb(171,8,207); }
H1.HeaderClassName
{
color: #AB08CF;
}
.AnyTagClassName
{
color: #AB08CF;
}
</style>
background-color css
<style>
a { background-color: #AB08CF; }
a { background-color: rgb(171,8,207); }
div.DivClassName
{
background-color: #AB08CF;
}
.BgClassName
{
background-color: #AB08CF;
}
</style>
border-color css
<style>
span { border-color: #AB08CF; }
span { border-color: rgb(171,8,207); }
td.TdClassName
{
border-color: #AB08CF;
}
.TagClassName
{
border-color: #AB08CF;
}
</style>