Shades of Dark Violet #AB10DD
Tints of Dark Violet #AB10DD
RGB
CMYK
RGB Variations
Color information
#AB10DD (or 0xAB10DD) is known color: Dark Violet. HEX triplet: AB, 10 and DD. RGB value is (171,16,221). Sum of RGB (Red+Green+Blue) = 171+16+221=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10DD is #54EF22. Grayscale: #555555. Windows color (decimal): -5566243 or 14487723. OLE color: 14487723.
HSL color Cylindrical-coordinate representation of color #AB10DD: hue angle of 285.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB10DD is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 16 | 221 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.13 |
| HSL | 285.37º | 0.86% | 0.46% | - |
| HSV(B) | 285.37º | 0.93% | 0.87% | - |
| XYZ | 30.03 | 14.25 | 69.57 | - |
| YUV | 85.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 221 | 0.23 | 0.93 | 0 | 0.13 | 285.37 | 0.86 | 0.46 |
| Hex | AB | 10 | DD | 17 | 5D | 0 | D | 11D | 56 | 2E |
| Octal | 253 | 20 | 335 | 27 | 135 | 0 | 15 | 435 | 126 | 56 |
| Binary | 10101011 | 10000 | 11011101 | 10111 | 1011101 | 0 | 1101 | 100011101 | 1010110 | 101110 |
Color Harmonies of #AB10DD
Complementary color
Monochromatic Colors of #AB10DD
Black with #AB10DD
Text Example
Text Example
White with #AB10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10DD; }
p { color: rgb(171,16,221); }
H1.HeaderClassName
{
color: #AB10DD;
}
.AnyTagClassName
{
color: #AB10DD;
}
</style>
background-color css
<style>
a { background-color: #AB10DD; }
a { background-color: rgb(171,16,221); }
div.DivClassName
{
background-color: #AB10DD;
}
.BgClassName
{
background-color: #AB10DD;
}
</style>
border-color css
<style>
span { border-color: #AB10DD; }
span { border-color: rgb(171,16,221); }
td.TdClassName
{
border-color: #AB10DD;
}
.TagClassName
{
border-color: #AB10DD;
}
</style>