Shades of Dark Violet #AB11D8
Tints of Dark Violet #AB11D8
RGB
CMYK
RGB Variations
Color information
#AB11D8 (or 0xAB11D8) is known color: Dark Violet. HEX triplet: AB, 11 and D8. RGB value is (171,17,216). Sum of RGB (Red+Green+Blue) = 171+17+216=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB11D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11D8 is #54EE27. Grayscale: #555555. Windows color (decimal): -5565992 or 14160299. OLE color: 14160299.
HSL color Cylindrical-coordinate representation of color #AB11D8: hue angle of 286.43º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB11D8 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 17 | 216 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.15 |
| HSL | 286.43º | 0.85% | 0.46% | - |
| HSV(B) | 286.43º | 0.92% | 0.85% | - |
| XYZ | 29.39 | 14.02 | 66.12 | - |
| YUV | 85.73 | 201.52 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 216 | 0.21 | 0.92 | 0 | 0.15 | 286.43 | 0.85 | 0.46 |
| Hex | AB | 11 | D8 | 15 | 5C | 0 | F | 11E | 55 | 2E |
| Octal | 253 | 21 | 330 | 25 | 134 | 0 | 17 | 436 | 125 | 56 |
| Binary | 10101011 | 10001 | 11011000 | 10101 | 1011100 | 0 | 1111 | 100011110 | 1010101 | 101110 |
Color Harmonies of #AB11D8
Complementary color
Monochromatic Colors of #AB11D8
Black with #AB11D8
Text Example
Text Example
White with #AB11D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11D8; }
p { color: rgb(171,17,216); }
H1.HeaderClassName
{
color: #AB11D8;
}
.AnyTagClassName
{
color: #AB11D8;
}
</style>
background-color css
<style>
a { background-color: #AB11D8; }
a { background-color: rgb(171,17,216); }
div.DivClassName
{
background-color: #AB11D8;
}
.BgClassName
{
background-color: #AB11D8;
}
</style>
border-color css
<style>
span { border-color: #AB11D8; }
span { border-color: rgb(171,17,216); }
td.TdClassName
{
border-color: #AB11D8;
}
.TagClassName
{
border-color: #AB11D8;
}
</style>