Shades of Dark Violet #AB03D0
Tints of Dark Violet #AB03D0
RGB
CMYK
RGB Variations
Color information
#AB03D0 (or 0xAB03D0) is known color: Dark Violet. HEX triplet: AB, 03 and D0. RGB value is (171,3,208). Sum of RGB (Red+Green+Blue) = 171+3+208=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB03D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03D0 is #54FC2F. Grayscale: #4B4B4B. Windows color (decimal): -5569584 or 13632427. OLE color: 13632427.
HSL color Cylindrical-coordinate representation of color #AB03D0: hue angle of 289.17º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03D0 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 3 | 208 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.18 |
| HSL | 289.17º | 0.97% | 0.41% | - |
| HSV(B) | 289.17º | 0.99% | 0.82% | - |
| XYZ | 28.21 | 13.28 | 60.75 | - |
| YUV | 76.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 208 | 0.18 | 0.99 | 0 | 0.18 | 289.17 | 0.97 | 0.41 |
| Hex | AB | 3 | D0 | 12 | 63 | 0 | 12 | 121 | 61 | 29 |
| Octal | 253 | 3 | 320 | 22 | 143 | 0 | 22 | 441 | 141 | 51 |
| Binary | 10101011 | 11 | 11010000 | 10010 | 1100011 | 0 | 10010 | 100100001 | 1100001 | 101001 |
Color Harmonies of #AB03D0
Complementary color
Monochromatic Colors of #AB03D0
Black with #AB03D0
Text Example
Text Example
White with #AB03D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03D0; }
p { color: rgb(171,3,208); }
H1.HeaderClassName
{
color: #AB03D0;
}
.AnyTagClassName
{
color: #AB03D0;
}
</style>
background-color css
<style>
a { background-color: #AB03D0; }
a { background-color: rgb(171,3,208); }
div.DivClassName
{
background-color: #AB03D0;
}
.BgClassName
{
background-color: #AB03D0;
}
</style>
border-color css
<style>
span { border-color: #AB03D0; }
span { border-color: rgb(171,3,208); }
td.TdClassName
{
border-color: #AB03D0;
}
.TagClassName
{
border-color: #AB03D0;
}
</style>