Shades of Dark Violet #AB12D1
Tints of Dark Violet #AB12D1
RGB
CMYK
RGB Variations
Color information
#AB12D1 (or 0xAB12D1) is known color: Dark Violet. HEX triplet: AB, 12 and D1. RGB value is (171,18,209). Sum of RGB (Red+Green+Blue) = 171+18+209=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB12D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12D1 is #54ED2E. Grayscale: #545454. Windows color (decimal): -5565743 or 13701803. OLE color: 13701803.
HSL color Cylindrical-coordinate representation of color #AB12D1: hue angle of 288.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB12D1 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 18 | 209 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.18 |
| HSL | 288.06º | 0.84% | 0.45% | - |
| HSV(B) | 288.06º | 0.91% | 0.82% | - |
| XYZ | 28.52 | 13.69 | 61.46 | - |
| YUV | 85.52 | 197.69 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 209 | 0.18 | 0.91 | 0 | 0.18 | 288.06 | 0.84 | 0.45 |
| Hex | AB | 12 | D1 | 12 | 5B | 0 | 12 | 120 | 54 | 2D |
| Octal | 253 | 22 | 321 | 22 | 133 | 0 | 22 | 440 | 124 | 55 |
| Binary | 10101011 | 10010 | 11010001 | 10010 | 1011011 | 0 | 10010 | 100100000 | 1010100 | 101101 |
Color Harmonies of #AB12D1
Complementary color
Monochromatic Colors of #AB12D1
Black with #AB12D1
Text Example
Text Example
White with #AB12D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12D1; }
p { color: rgb(171,18,209); }
H1.HeaderClassName
{
color: #AB12D1;
}
.AnyTagClassName
{
color: #AB12D1;
}
</style>
background-color css
<style>
a { background-color: #AB12D1; }
a { background-color: rgb(171,18,209); }
div.DivClassName
{
background-color: #AB12D1;
}
.BgClassName
{
background-color: #AB12D1;
}
</style>
border-color css
<style>
span { border-color: #AB12D1; }
span { border-color: rgb(171,18,209); }
td.TdClassName
{
border-color: #AB12D1;
}
.TagClassName
{
border-color: #AB12D1;
}
</style>