Shades of Dark Violet #AB13C0
Tints of Dark Violet #AB13C0
RGB
CMYK
RGB Variations
Color information
#AB13C0 (or 0xAB13C0) is known color: Dark Violet. HEX triplet: AB, 13 and C0. RGB value is (171,19,192). Sum of RGB (Red+Green+Blue) = 171+19+192=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB13C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13C0 is #54EC3F. Grayscale: #535353. Windows color (decimal): -5565504 or 12587947. OLE color: 12587947.
HSL color Cylindrical-coordinate representation of color #AB13C0: hue angle of 292.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB13C0 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 19 | 192 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.25 |
| HSL | 292.72º | 0.82% | 0.41% | - |
| HSV(B) | 292.72º | 0.9% | 0.75% | - |
| XYZ | 26.54 | 12.93 | 50.97 | - |
| YUV | 84.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 192 | 0.11 | 0.90 | 0 | 0.25 | 292.72 | 0.82 | 0.41 |
| Hex | AB | 13 | C0 | B | 5A | 0 | 19 | 125 | 52 | 29 |
| Octal | 253 | 23 | 300 | 13 | 132 | 0 | 31 | 445 | 122 | 51 |
| Binary | 10101011 | 10011 | 11000000 | 1011 | 1011010 | 0 | 11001 | 100100101 | 1010010 | 101001 |
Color Harmonies of #AB13C0
Complementary color
Monochromatic Colors of #AB13C0
Black with #AB13C0
Text Example
Text Example
White with #AB13C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB13C0; }
p { color: rgb(171,19,192); }
H1.HeaderClassName
{
color: #AB13C0;
}
.AnyTagClassName
{
color: #AB13C0;
}
</style>
background-color css
<style>
a { background-color: #AB13C0; }
a { background-color: rgb(171,19,192); }
div.DivClassName
{
background-color: #AB13C0;
}
.BgClassName
{
background-color: #AB13C0;
}
</style>
border-color css
<style>
span { border-color: #AB13C0; }
span { border-color: rgb(171,19,192); }
td.TdClassName
{
border-color: #AB13C0;
}
.TagClassName
{
border-color: #AB13C0;
}
</style>