Shades of Dark Violet #AB11DD
Tints of Dark Violet #AB11DD
RGB
CMYK
RGB Variations
Color information
#AB11DD (or 0xAB11DD) is known color: Dark Violet. HEX triplet: AB, 11 and DD. RGB value is (171,17,221). Sum of RGB (Red+Green+Blue) = 171+17+221=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11DD is #54EE22. Grayscale: #555555. Windows color (decimal): -5565987 or 14487979. OLE color: 14487979.
HSL color Cylindrical-coordinate representation of color #AB11DD: hue angle of 285.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB11DD is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 17 | 221 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.13 |
| HSL | 285.29º | 0.86% | 0.47% | - |
| HSV(B) | 285.29º | 0.92% | 0.87% | - |
| XYZ | 30.05 | 14.28 | 69.58 | - |
| YUV | 86.3 | 204.02 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 221 | 0.23 | 0.92 | 0 | 0.13 | 285.29 | 0.86 | 0.47 |
| Hex | AB | 11 | DD | 17 | 5C | 0 | D | 11D | 56 | 2F |
| Octal | 253 | 21 | 335 | 27 | 134 | 0 | 15 | 435 | 126 | 57 |
| Binary | 10101011 | 10001 | 11011101 | 10111 | 1011100 | 0 | 1101 | 100011101 | 1010110 | 101111 |
Color Harmonies of #AB11DD
Complementary color
Monochromatic Colors of #AB11DD
Black with #AB11DD
Text Example
Text Example
White with #AB11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11DD; }
p { color: rgb(171,17,221); }
H1.HeaderClassName
{
color: #AB11DD;
}
.AnyTagClassName
{
color: #AB11DD;
}
</style>
background-color css
<style>
a { background-color: #AB11DD; }
a { background-color: rgb(171,17,221); }
div.DivClassName
{
background-color: #AB11DD;
}
.BgClassName
{
background-color: #AB11DD;
}
</style>
border-color css
<style>
span { border-color: #AB11DD; }
span { border-color: rgb(171,17,221); }
td.TdClassName
{
border-color: #AB11DD;
}
.TagClassName
{
border-color: #AB11DD;
}
</style>