Shades of Dark Violet #AB10D0
Tints of Dark Violet #AB10D0
RGB
CMYK
RGB Variations
Color information
#AB10D0 (or 0xAB10D0) is known color: Dark Violet. HEX triplet: AB, 10 and D0. RGB value is (171,16,208). Sum of RGB (Red+Green+Blue) = 171+16+208=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB10D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10D0 is #54EF2F. Grayscale: #535353. Windows color (decimal): -5566256 or 13635755. OLE color: 13635755.
HSL color Cylindrical-coordinate representation of color #AB10D0: hue angle of 288.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB10D0 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 16 | 208 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.18 |
| HSL | 288.44º | 0.86% | 0.44% | - |
| HSV(B) | 288.44º | 0.92% | 0.82% | - |
| XYZ | 28.37 | 13.58 | 60.8 | - |
| YUV | 84.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 208 | 0.18 | 0.92 | 0 | 0.18 | 288.44 | 0.86 | 0.44 |
| Hex | AB | 10 | D0 | 12 | 5C | 0 | 12 | 120 | 56 | 2C |
| Octal | 253 | 20 | 320 | 22 | 134 | 0 | 22 | 440 | 126 | 54 |
| Binary | 10101011 | 10000 | 11010000 | 10010 | 1011100 | 0 | 10010 | 100100000 | 1010110 | 101100 |
Color Harmonies of #AB10D0
Complementary color
Monochromatic Colors of #AB10D0
Black with #AB10D0
Text Example
Text Example
White with #AB10D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10D0; }
p { color: rgb(171,16,208); }
H1.HeaderClassName
{
color: #AB10D0;
}
.AnyTagClassName
{
color: #AB10D0;
}
</style>
background-color css
<style>
a { background-color: #AB10D0; }
a { background-color: rgb(171,16,208); }
div.DivClassName
{
background-color: #AB10D0;
}
.BgClassName
{
background-color: #AB10D0;
}
</style>
border-color css
<style>
span { border-color: #AB10D0; }
span { border-color: rgb(171,16,208); }
td.TdClassName
{
border-color: #AB10D0;
}
.TagClassName
{
border-color: #AB10D0;
}
</style>