Shades of Dark Violet #AB10DA
Tints of Dark Violet #AB10DA
RGB
CMYK
RGB Variations
Color information
#AB10DA (or 0xAB10DA) is known color: Dark Violet. HEX triplet: AB, 10 and DA. RGB value is (171,16,218). Sum of RGB (Red+Green+Blue) = 171+16+218=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB10DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10DA is #54EF25. Grayscale: #545454. Windows color (decimal): -5566246 or 14291115. OLE color: 14291115.
HSL color Cylindrical-coordinate representation of color #AB10DA: hue angle of 286.04º 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 #AB10DA is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 16 | 218 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.15 |
| HSL | 286.04º | 0.86% | 0.46% | - |
| HSV(B) | 286.04º | 0.93% | 0.85% | - |
| XYZ | 29.63 | 14.09 | 67.49 | - |
| YUV | 85.37 | 202.85 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 218 | 0.22 | 0.93 | 0 | 0.15 | 286.04 | 0.86 | 0.46 |
| Hex | AB | 10 | DA | 16 | 5D | 0 | F | 11E | 56 | 2E |
| Octal | 253 | 20 | 332 | 26 | 135 | 0 | 17 | 436 | 126 | 56 |
| Binary | 10101011 | 10000 | 11011010 | 10110 | 1011101 | 0 | 1111 | 100011110 | 1010110 | 101110 |
Color Harmonies of #AB10DA
Complementary color
Monochromatic Colors of #AB10DA
Black with #AB10DA
Text Example
Text Example
White with #AB10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10DA; }
p { color: rgb(171,16,218); }
H1.HeaderClassName
{
color: #AB10DA;
}
.AnyTagClassName
{
color: #AB10DA;
}
</style>
background-color css
<style>
a { background-color: #AB10DA; }
a { background-color: rgb(171,16,218); }
div.DivClassName
{
background-color: #AB10DA;
}
.BgClassName
{
background-color: #AB10DA;
}
</style>
border-color css
<style>
span { border-color: #AB10DA; }
span { border-color: rgb(171,16,218); }
td.TdClassName
{
border-color: #AB10DA;
}
.TagClassName
{
border-color: #AB10DA;
}
</style>