Shades of Dark Violet #AB10D9
Tints of Dark Violet #AB10D9
RGB
CMYK
RGB Variations
Color information
#AB10D9 (or 0xAB10D9) is known color: Dark Violet. HEX triplet: AB, 10 and D9. RGB value is (171,16,217). Sum of RGB (Red+Green+Blue) = 171+16+217=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB10D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10D9 is #54EF26. Grayscale: #545454. Windows color (decimal): -5566247 or 14225579. OLE color: 14225579.
HSL color Cylindrical-coordinate representation of color #AB10D9: hue angle of 286.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB10D9 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 16 | 217 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.15 |
| HSL | 286.27º | 0.86% | 0.46% | - |
| HSV(B) | 286.27º | 0.93% | 0.85% | - |
| XYZ | 29.5 | 14.04 | 66.8 | - |
| YUV | 85.26 | 202.35 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 217 | 0.21 | 0.93 | 0 | 0.15 | 286.27 | 0.86 | 0.46 |
| Hex | AB | 10 | D9 | 15 | 5D | 0 | F | 11E | 56 | 2E |
| Octal | 253 | 20 | 331 | 25 | 135 | 0 | 17 | 436 | 126 | 56 |
| Binary | 10101011 | 10000 | 11011001 | 10101 | 1011101 | 0 | 1111 | 100011110 | 1010110 | 101110 |
Color Harmonies of #AB10D9
Complementary color
Monochromatic Colors of #AB10D9
Black with #AB10D9
Text Example
Text Example
White with #AB10D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10D9; }
p { color: rgb(171,16,217); }
H1.HeaderClassName
{
color: #AB10D9;
}
.AnyTagClassName
{
color: #AB10D9;
}
</style>
background-color css
<style>
a { background-color: #AB10D9; }
a { background-color: rgb(171,16,217); }
div.DivClassName
{
background-color: #AB10D9;
}
.BgClassName
{
background-color: #AB10D9;
}
</style>
border-color css
<style>
span { border-color: #AB10D9; }
span { border-color: rgb(171,16,217); }
td.TdClassName
{
border-color: #AB10D9;
}
.TagClassName
{
border-color: #AB10D9;
}
</style>