Shades of Dark Magenta #AB03A0
Tints of Dark Magenta #AB03A0
RGB
CMYK
RGB Variations
Color information
#AB03A0 (or 0xAB03A0) is known color: Dark Magenta. HEX triplet: AB, 03 and A0. RGB value is (171,3,160). Sum of RGB (Red+Green+Blue) = 171+3+160=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB03A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB03A0 is #54FC5F. Grayscale: #464646. Windows color (decimal): -5569632 or 10486699. OLE color: 10486699.
HSL color Cylindrical-coordinate representation of color #AB03A0: hue angle of 303.93º 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 #AB03A0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 160 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.33 |
| HSL | 303.93º | 0.97% | 0.34% | - |
| HSV(B) | 303.93º | 0.98% | 0.67% | - |
| XYZ | 23.17 | 11.26 | 34.21 | - |
| YUV | 71.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 160 | 0 | 0.98 | 0.06 | 0.33 | 303.93 | 0.97 | 0.34 |
| Hex | AB | 3 | A0 | 0 | 62 | 6 | 21 | 130 | 61 | 22 |
| Octal | 253 | 3 | 240 | 0 | 142 | 6 | 41 | 460 | 141 | 42 |
| Binary | 10101011 | 11 | 10100000 | 0 | 1100010 | 110 | 100001 | 100110000 | 1100001 | 100010 |
Color Harmonies of #AB03A0
Complementary color
Monochromatic Colors of #AB03A0
Black with #AB03A0
Text Example
Text Example
White with #AB03A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03A0; }
p { color: rgb(171,3,160); }
H1.HeaderClassName
{
color: #AB03A0;
}
.AnyTagClassName
{
color: #AB03A0;
}
</style>
background-color css
<style>
a { background-color: #AB03A0; }
a { background-color: rgb(171,3,160); }
div.DivClassName
{
background-color: #AB03A0;
}
.BgClassName
{
background-color: #AB03A0;
}
</style>
border-color css
<style>
span { border-color: #AB03A0; }
span { border-color: rgb(171,3,160); }
td.TdClassName
{
border-color: #AB03A0;
}
.TagClassName
{
border-color: #AB03A0;
}
</style>