Shades of Dark Violet #AB13CE
Tints of Dark Violet #AB13CE
RGB
CMYK
RGB Variations
Color information
#AB13CE (or 0xAB13CE) is known color: Dark Violet. HEX triplet: AB, 13 and CE. RGB value is (171,19,206). Sum of RGB (Red+Green+Blue) = 171+19+206=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB13CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13CE is #54EC31. Grayscale: #555555. Windows color (decimal): -5565490 or 13505451. OLE color: 13505451.
HSL color Cylindrical-coordinate representation of color #AB13CE: hue angle of 288.77º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB13CE is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 19 | 206 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.19 |
| HSL | 288.77º | 0.83% | 0.44% | - |
| HSV(B) | 288.77º | 0.91% | 0.81% | - |
| XYZ | 28.17 | 13.58 | 59.53 | - |
| YUV | 85.77 | 195.86 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 206 | 0.17 | 0.91 | 0 | 0.19 | 288.77 | 0.83 | 0.44 |
| Hex | AB | 13 | CE | 11 | 5B | 0 | 13 | 121 | 53 | 2C |
| Octal | 253 | 23 | 316 | 21 | 133 | 0 | 23 | 441 | 123 | 54 |
| Binary | 10101011 | 10011 | 11001110 | 10001 | 1011011 | 0 | 10011 | 100100001 | 1010011 | 101100 |
Color Harmonies of #AB13CE
Complementary color
Monochromatic Colors of #AB13CE
Black with #AB13CE
Text Example
Text Example
White with #AB13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB13CE; }
p { color: rgb(171,19,206); }
H1.HeaderClassName
{
color: #AB13CE;
}
.AnyTagClassName
{
color: #AB13CE;
}
</style>
background-color css
<style>
a { background-color: #AB13CE; }
a { background-color: rgb(171,19,206); }
div.DivClassName
{
background-color: #AB13CE;
}
.BgClassName
{
background-color: #AB13CE;
}
</style>
border-color css
<style>
span { border-color: #AB13CE; }
span { border-color: rgb(171,19,206); }
td.TdClassName
{
border-color: #AB13CE;
}
.TagClassName
{
border-color: #AB13CE;
}
</style>