Shades of Dark Magenta #AB03AB
Tints of Dark Magenta #AB03AB
RGB
CMYK
RGB Variations
Color information
#AB03AB (or 0xAB03AB) is known color: Dark Magenta. HEX triplet: AB, 03 and AB. RGB value is (171,3,171). Sum of RGB (Red+Green+Blue) = 171+3+171=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB03AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB03AB is #54FC54. Grayscale: #474747. Windows color (decimal): -5569621 or 11207595. OLE color: 11207595.
HSL color Cylindrical-coordinate representation of color #AB03AB: hue angle of 300º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB03AB is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 171 | - |
| CMYK | 0 | 0.98 | 0 | 0.33 |
| HSL | 300º | 0.97% | 0.34% | - |
| HSV(B) | 300º | 0.98% | 0.67% | - |
| XYZ | 24.18 | 11.66 | 39.51 | - |
| YUV | 72.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 171 | 0 | 0.98 | 0 | 0.33 | 300 | 0.97 | 0.34 |
| Hex | AB | 3 | AB | 0 | 62 | 0 | 21 | 12C | 61 | 22 |
| Octal | 253 | 3 | 253 | 0 | 142 | 0 | 41 | 454 | 141 | 42 |
| Binary | 10101011 | 11 | 10101011 | 0 | 1100010 | 0 | 100001 | 100101100 | 1100001 | 100010 |
Color Harmonies of #AB03AB
Complementary color
Monochromatic Colors of #AB03AB
Black with #AB03AB
Text Example
Text Example
White with #AB03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03AB; }
p { color: rgb(171,3,171); }
H1.HeaderClassName
{
color: #AB03AB;
}
.AnyTagClassName
{
color: #AB03AB;
}
</style>
background-color css
<style>
a { background-color: #AB03AB; }
a { background-color: rgb(171,3,171); }
div.DivClassName
{
background-color: #AB03AB;
}
.BgClassName
{
background-color: #AB03AB;
}
</style>
border-color css
<style>
span { border-color: #AB03AB; }
span { border-color: rgb(171,3,171); }
td.TdClassName
{
border-color: #AB03AB;
}
.TagClassName
{
border-color: #AB03AB;
}
</style>