Shades of Dark Violet #AB12D3
Tints of Dark Violet #AB12D3
RGB
CMYK
RGB Variations
Color information
#AB12D3 (or 0xAB12D3) is known color: Dark Violet. HEX triplet: AB, 12 and D3. RGB value is (171,18,211). Sum of RGB (Red+Green+Blue) = 171+18+211=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 211 (82.81% from 255 or 52.75% from 400); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB12D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12D3 is #54ED2C. Grayscale: #555555. Windows color (decimal): -5565741 or 13832875. OLE color: 13832875.
HSL color Cylindrical-coordinate representation of color #AB12D3: hue angle of 287.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB12D3 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 18 | 211 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.17 |
| HSL | 287.56º | 0.84% | 0.45% | - |
| HSV(B) | 287.56º | 0.91% | 0.83% | - |
| XYZ | 28.77 | 13.79 | 62.77 | - |
| YUV | 85.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 211 | 0.19 | 0.91 | 0 | 0.17 | 287.56 | 0.84 | 0.45 |
| Hex | AB | 12 | D3 | 13 | 5B | 0 | 11 | 120 | 54 | 2D |
| Octal | 253 | 22 | 323 | 23 | 133 | 0 | 21 | 440 | 124 | 55 |
| Binary | 10101011 | 10010 | 11010011 | 10011 | 1011011 | 0 | 10001 | 100100000 | 1010100 | 101101 |
Color Harmonies of #AB12D3
Complementary color
Monochromatic Colors of #AB12D3
Black with #AB12D3
Text Example
Text Example
White with #AB12D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12D3; }
p { color: rgb(171,18,211); }
H1.HeaderClassName
{
color: #AB12D3;
}
.AnyTagClassName
{
color: #AB12D3;
}
</style>
background-color css
<style>
a { background-color: #AB12D3; }
a { background-color: rgb(171,18,211); }
div.DivClassName
{
background-color: #AB12D3;
}
.BgClassName
{
background-color: #AB12D3;
}
</style>
border-color css
<style>
span { border-color: #AB12D3; }
span { border-color: rgb(171,18,211); }
td.TdClassName
{
border-color: #AB12D3;
}
.TagClassName
{
border-color: #AB12D3;
}
</style>