Shades of Dark Violet #AB0FDB
Tints of Dark Violet #AB0FDB
RGB
CMYK
RGB Variations
Color information
#AB0FDB (or 0xAB0FDB) is known color: Dark Violet. HEX triplet: AB, 0F and DB. RGB value is (171,15,219). Sum of RGB (Red+Green+Blue) = 171+15+219=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB0FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FDB is #54F024. Grayscale: #545454. Windows color (decimal): -5566501 or 14356395. OLE color: 14356395.
HSL color Cylindrical-coordinate representation of color #AB0FDB: hue angle of 285.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0FDB is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 15 | 219 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.14 |
| HSL | 285.88º | 0.87% | 0.46% | - |
| HSV(B) | 285.88º | 0.93% | 0.86% | - |
| XYZ | 29.75 | 14.11 | 68.17 | - |
| YUV | 84.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 219 | 0.22 | 0.93 | 0 | 0.14 | 285.88 | 0.87 | 0.46 |
| Hex | AB | F | DB | 16 | 5D | 0 | E | 11E | 57 | 2E |
| Octal | 253 | 17 | 333 | 26 | 135 | 0 | 16 | 436 | 127 | 56 |
| Binary | 10101011 | 1111 | 11011011 | 10110 | 1011101 | 0 | 1110 | 100011110 | 1010111 | 101110 |
Color Harmonies of #AB0FDB
Complementary color
Monochromatic Colors of #AB0FDB
Black with #AB0FDB
Text Example
Text Example
White with #AB0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FDB; }
p { color: rgb(171,15,219); }
H1.HeaderClassName
{
color: #AB0FDB;
}
.AnyTagClassName
{
color: #AB0FDB;
}
</style>
background-color css
<style>
a { background-color: #AB0FDB; }
a { background-color: rgb(171,15,219); }
div.DivClassName
{
background-color: #AB0FDB;
}
.BgClassName
{
background-color: #AB0FDB;
}
</style>
border-color css
<style>
span { border-color: #AB0FDB; }
span { border-color: rgb(171,15,219); }
td.TdClassName
{
border-color: #AB0FDB;
}
.TagClassName
{
border-color: #AB0FDB;
}
</style>