Shades of Dark Violet #AB11D0
Tints of Dark Violet #AB11D0
RGB
CMYK
RGB Variations
Color information
#AB11D0 (or 0xAB11D0) is known color: Dark Violet. HEX triplet: AB, 11 and D0. RGB value is (171,17,208). Sum of RGB (Red+Green+Blue) = 171+17+208=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB11D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11D0 is #54EE2F. Grayscale: #545454. Windows color (decimal): -5566000 or 13636011. OLE color: 13636011.
HSL color Cylindrical-coordinate representation of color #AB11D0: hue angle of 288.38º degrees, saturation: 0.85, 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 #AB11D0 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 17 | 208 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.18 |
| HSL | 288.38º | 0.85% | 0.44% | - |
| HSV(B) | 288.38º | 0.92% | 0.82% | - |
| XYZ | 28.38 | 13.61 | 60.81 | - |
| YUV | 84.82 | 197.52 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 208 | 0.18 | 0.92 | 0 | 0.18 | 288.38 | 0.85 | 0.44 |
| Hex | AB | 11 | D0 | 12 | 5C | 0 | 12 | 120 | 55 | 2C |
| Octal | 253 | 21 | 320 | 22 | 134 | 0 | 22 | 440 | 125 | 54 |
| Binary | 10101011 | 10001 | 11010000 | 10010 | 1011100 | 0 | 10010 | 100100000 | 1010101 | 101100 |
Color Harmonies of #AB11D0
Complementary color
Monochromatic Colors of #AB11D0
Black with #AB11D0
Text Example
Text Example
White with #AB11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11D0; }
p { color: rgb(171,17,208); }
H1.HeaderClassName
{
color: #AB11D0;
}
.AnyTagClassName
{
color: #AB11D0;
}
</style>
background-color css
<style>
a { background-color: #AB11D0; }
a { background-color: rgb(171,17,208); }
div.DivClassName
{
background-color: #AB11D0;
}
.BgClassName
{
background-color: #AB11D0;
}
</style>
border-color css
<style>
span { border-color: #AB11D0; }
span { border-color: rgb(171,17,208); }
td.TdClassName
{
border-color: #AB11D0;
}
.TagClassName
{
border-color: #AB11D0;
}
</style>