Shades of Dark Violet #AB14CE
Tints of Dark Violet #AB14CE
RGB
CMYK
RGB Variations
Color information
#AB14CE (or 0xAB14CE) is known color: Dark Violet. HEX triplet: AB, 14 and CE. RGB value is (171,20,206). Sum of RGB (Red+Green+Blue) = 171+20+206=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14CE is #54EB31. Grayscale: #555555. Windows color (decimal): -5565234 or 13505707. OLE color: 13505707.
HSL color Cylindrical-coordinate representation of color #AB14CE: hue angle of 288.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB14CE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 20 | 206 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.19 |
| HSL | 288.71º | 0.82% | 0.44% | - |
| HSV(B) | 288.71º | 0.9% | 0.81% | - |
| XYZ | 28.19 | 13.61 | 59.53 | - |
| YUV | 86.35 | 195.53 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 206 | 0.17 | 0.90 | 0 | 0.19 | 288.71 | 0.82 | 0.44 |
| Hex | AB | 14 | CE | 11 | 5A | 0 | 13 | 121 | 52 | 2C |
| Octal | 253 | 24 | 316 | 21 | 132 | 0 | 23 | 441 | 122 | 54 |
| Binary | 10101011 | 10100 | 11001110 | 10001 | 1011010 | 0 | 10011 | 100100001 | 1010010 | 101100 |
Color Harmonies of #AB14CE
Complementary color
Monochromatic Colors of #AB14CE
Black with #AB14CE
Text Example
Text Example
White with #AB14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB14CE; }
p { color: rgb(171,20,206); }
H1.HeaderClassName
{
color: #AB14CE;
}
.AnyTagClassName
{
color: #AB14CE;
}
</style>
background-color css
<style>
a { background-color: #AB14CE; }
a { background-color: rgb(171,20,206); }
div.DivClassName
{
background-color: #AB14CE;
}
.BgClassName
{
background-color: #AB14CE;
}
</style>
border-color css
<style>
span { border-color: #AB14CE; }
span { border-color: rgb(171,20,206); }
td.TdClassName
{
border-color: #AB14CE;
}
.TagClassName
{
border-color: #AB14CE;
}
</style>