Shades of Dark Violet #AB14D0
Tints of Dark Violet #AB14D0
RGB
CMYK
RGB Variations
Color information
#AB14D0 (or 0xAB14D0) is known color: Dark Violet. HEX triplet: AB, 14 and D0. RGB value is (171,20,208). Sum of RGB (Red+Green+Blue) = 171+20+208=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB14D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14D0 is #54EB2F. Grayscale: #555555. Windows color (decimal): -5565232 or 13636779. OLE color: 13636779.
HSL color Cylindrical-coordinate representation of color #AB14D0: hue angle of 288.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB14D0 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 20 | 208 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.18 |
| HSL | 288.19º | 0.82% | 0.45% | - |
| HSV(B) | 288.19º | 0.9% | 0.82% | - |
| XYZ | 28.43 | 13.71 | 60.82 | - |
| YUV | 86.58 | 196.53 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 208 | 0.18 | 0.90 | 0 | 0.18 | 288.19 | 0.82 | 0.45 |
| Hex | AB | 14 | D0 | 12 | 5A | 0 | 12 | 120 | 52 | 2D |
| Octal | 253 | 24 | 320 | 22 | 132 | 0 | 22 | 440 | 122 | 55 |
| Binary | 10101011 | 10100 | 11010000 | 10010 | 1011010 | 0 | 10010 | 100100000 | 1010010 | 101101 |
Color Harmonies of #AB14D0
Complementary color
Monochromatic Colors of #AB14D0
Black with #AB14D0
Text Example
Text Example
White with #AB14D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB14D0; }
p { color: rgb(171,20,208); }
H1.HeaderClassName
{
color: #AB14D0;
}
.AnyTagClassName
{
color: #AB14D0;
}
</style>
background-color css
<style>
a { background-color: #AB14D0; }
a { background-color: rgb(171,20,208); }
div.DivClassName
{
background-color: #AB14D0;
}
.BgClassName
{
background-color: #AB14D0;
}
</style>
border-color css
<style>
span { border-color: #AB14D0; }
span { border-color: rgb(171,20,208); }
td.TdClassName
{
border-color: #AB14D0;
}
.TagClassName
{
border-color: #AB14D0;
}
</style>