Shades of Dark Violet #AB15CE
Tints of Dark Violet #AB15CE
RGB
CMYK
RGB Variations
Color information
#AB15CE (or 0xAB15CE) is known color: Dark Violet. HEX triplet: AB, 15 and CE. RGB value is (171,21,206). Sum of RGB (Red+Green+Blue) = 171+21+206=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB15CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15CE is #54EA31. Grayscale: #565656. Windows color (decimal): -5564978 or 13505963. OLE color: 13505963.
HSL color Cylindrical-coordinate representation of color #AB15CE: hue angle of 288.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB15CE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 21 | 206 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.19 |
| HSL | 288.65º | 0.81% | 0.45% | - |
| HSV(B) | 288.65º | 0.9% | 0.81% | - |
| XYZ | 28.2 | 13.65 | 59.54 | - |
| YUV | 86.94 | 195.2 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 206 | 0.17 | 0.90 | 0 | 0.19 | 288.65 | 0.81 | 0.45 |
| Hex | AB | 15 | CE | 11 | 5A | 0 | 13 | 121 | 51 | 2D |
| Octal | 253 | 25 | 316 | 21 | 132 | 0 | 23 | 441 | 121 | 55 |
| Binary | 10101011 | 10101 | 11001110 | 10001 | 1011010 | 0 | 10011 | 100100001 | 1010001 | 101101 |
Color Harmonies of #AB15CE
Complementary color
Monochromatic Colors of #AB15CE
Black with #AB15CE
Text Example
Text Example
White with #AB15CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15CE; }
p { color: rgb(171,21,206); }
H1.HeaderClassName
{
color: #AB15CE;
}
.AnyTagClassName
{
color: #AB15CE;
}
</style>
background-color css
<style>
a { background-color: #AB15CE; }
a { background-color: rgb(171,21,206); }
div.DivClassName
{
background-color: #AB15CE;
}
.BgClassName
{
background-color: #AB15CE;
}
</style>
border-color css
<style>
span { border-color: #AB15CE; }
span { border-color: rgb(171,21,206); }
td.TdClassName
{
border-color: #AB15CE;
}
.TagClassName
{
border-color: #AB15CE;
}
</style>