Shades of Dark Violet #AB08D8
Tints of Dark Violet #AB08D8
RGB
CMYK
RGB Variations
Color information
#AB08D8 (or 0xAB08D8) is known color: Dark Violet. HEX triplet: AB, 08 and D8. RGB value is (171,8,216). Sum of RGB (Red+Green+Blue) = 171+8+216=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB08D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08D8 is #54F727. Grayscale: #4F4F4F. Windows color (decimal): -5568296 or 14157995. OLE color: 14157995.
HSL color Cylindrical-coordinate representation of color #AB08D8: hue angle of 287.02º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB08D8 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 8 | 216 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.15 |
| HSL | 287.02º | 0.93% | 0.44% | - |
| HSV(B) | 287.02º | 0.96% | 0.85% | - |
| XYZ | 29.28 | 13.79 | 66.08 | - |
| YUV | 80.45 | 204.5 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 216 | 0.21 | 0.96 | 0 | 0.15 | 287.02 | 0.93 | 0.44 |
| Hex | AB | 8 | D8 | 15 | 60 | 0 | F | 11F | 5D | 2C |
| Octal | 253 | 10 | 330 | 25 | 140 | 0 | 17 | 437 | 135 | 54 |
| Binary | 10101011 | 1000 | 11011000 | 10101 | 1100000 | 0 | 1111 | 100011111 | 1011101 | 101100 |
Color Harmonies of #AB08D8
Complementary color
Monochromatic Colors of #AB08D8
Black with #AB08D8
Text Example
Text Example
White with #AB08D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB08D8; }
p { color: rgb(171,8,216); }
H1.HeaderClassName
{
color: #AB08D8;
}
.AnyTagClassName
{
color: #AB08D8;
}
</style>
background-color css
<style>
a { background-color: #AB08D8; }
a { background-color: rgb(171,8,216); }
div.DivClassName
{
background-color: #AB08D8;
}
.BgClassName
{
background-color: #AB08D8;
}
</style>
border-color css
<style>
span { border-color: #AB08D8; }
span { border-color: rgb(171,8,216); }
td.TdClassName
{
border-color: #AB08D8;
}
.TagClassName
{
border-color: #AB08D8;
}
</style>