Shades of Dark Violet #AB03D1
Tints of Dark Violet #AB03D1
RGB
CMYK
RGB Variations
Color information
#AB03D1 (or 0xAB03D1) is known color: Dark Violet. HEX triplet: AB, 03 and D1. RGB value is (171,3,209). Sum of RGB (Red+Green+Blue) = 171+3+209=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB03D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03D1 is #54FC2E. Grayscale: #4C4C4C. Windows color (decimal): -5569583 or 13697963. OLE color: 13697963.
HSL color Cylindrical-coordinate representation of color #AB03D1: hue angle of 288.93º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03D1 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 3 | 209 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.18 |
| HSL | 288.93º | 0.97% | 0.42% | - |
| HSV(B) | 288.93º | 0.99% | 0.82% | - |
| XYZ | 28.34 | 13.33 | 61.4 | - |
| YUV | 76.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 209 | 0.18 | 0.99 | 0 | 0.18 | 288.93 | 0.97 | 0.42 |
| Hex | AB | 3 | D1 | 12 | 63 | 0 | 12 | 121 | 61 | 2A |
| Octal | 253 | 3 | 321 | 22 | 143 | 0 | 22 | 441 | 141 | 52 |
| Binary | 10101011 | 11 | 11010001 | 10010 | 1100011 | 0 | 10010 | 100100001 | 1100001 | 101010 |
Color Harmonies of #AB03D1
Complementary color
Monochromatic Colors of #AB03D1
Black with #AB03D1
Text Example
Text Example
White with #AB03D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03D1; }
p { color: rgb(171,3,209); }
H1.HeaderClassName
{
color: #AB03D1;
}
.AnyTagClassName
{
color: #AB03D1;
}
</style>
background-color css
<style>
a { background-color: #AB03D1; }
a { background-color: rgb(171,3,209); }
div.DivClassName
{
background-color: #AB03D1;
}
.BgClassName
{
background-color: #AB03D1;
}
</style>
border-color css
<style>
span { border-color: #AB03D1; }
span { border-color: rgb(171,3,209); }
td.TdClassName
{
border-color: #AB03D1;
}
.TagClassName
{
border-color: #AB03D1;
}
</style>