Shades of Dark Violet #AB13D8
Tints of Dark Violet #AB13D8
RGB
CMYK
RGB Variations
Color information
#AB13D8 (or 0xAB13D8) is known color: Dark Violet. HEX triplet: AB, 13 and D8. RGB value is (171,19,216). Sum of RGB (Red+Green+Blue) = 171+19+216=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB13D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13D8 is #54EC27. Grayscale: #565656. Windows color (decimal): -5565480 or 14160811. OLE color: 14160811.
HSL color Cylindrical-coordinate representation of color #AB13D8: hue angle of 286.29º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB13D8 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 19 | 216 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.15 |
| HSL | 286.29º | 0.84% | 0.46% | - |
| HSV(B) | 286.29º | 0.91% | 0.85% | - |
| XYZ | 29.42 | 14.08 | 66.13 | - |
| YUV | 86.91 | 200.86 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 216 | 0.21 | 0.91 | 0 | 0.15 | 286.29 | 0.84 | 0.46 |
| Hex | AB | 13 | D8 | 15 | 5B | 0 | F | 11E | 54 | 2E |
| Octal | 253 | 23 | 330 | 25 | 133 | 0 | 17 | 436 | 124 | 56 |
| Binary | 10101011 | 10011 | 11011000 | 10101 | 1011011 | 0 | 1111 | 100011110 | 1010100 | 101110 |
Color Harmonies of #AB13D8
Complementary color
Monochromatic Colors of #AB13D8
Black with #AB13D8
Text Example
Text Example
White with #AB13D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB13D8; }
p { color: rgb(171,19,216); }
H1.HeaderClassName
{
color: #AB13D8;
}
.AnyTagClassName
{
color: #AB13D8;
}
</style>
background-color css
<style>
a { background-color: #AB13D8; }
a { background-color: rgb(171,19,216); }
div.DivClassName
{
background-color: #AB13D8;
}
.BgClassName
{
background-color: #AB13D8;
}
</style>
border-color css
<style>
span { border-color: #AB13D8; }
span { border-color: rgb(171,19,216); }
td.TdClassName
{
border-color: #AB13D8;
}
.TagClassName
{
border-color: #AB13D8;
}
</style>