Shades of Dark Magenta #AB04AB
Tints of Dark Magenta #AB04AB
RGB
CMYK
RGB Variations
Color information
#AB04AB (or 0xAB04AB) is known color: Dark Magenta. HEX triplet: AB, 04 and AB. RGB value is (171,4,171). Sum of RGB (Red+Green+Blue) = 171+4+171=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB04AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04AB is #54FB54. Grayscale: #484848. Windows color (decimal): -5569365 or 11207851. OLE color: 11207851.
HSL color Cylindrical-coordinate representation of color #AB04AB: hue angle of 300º degrees, saturation: 0.95, 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 #AB04AB is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0 | 0.33 |
| HSL | 300º | 0.95% | 0.34% | - |
| HSV(B) | 300º | 0.98% | 0.67% | - |
| XYZ | 24.19 | 11.69 | 39.51 | - |
| YUV | 72.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 171 | 0 | 0.98 | 0 | 0.33 | 300 | 0.95 | 0.34 |
| Hex | AB | 4 | AB | 0 | 62 | 0 | 21 | 12C | 5F | 22 |
| Octal | 253 | 4 | 253 | 0 | 142 | 0 | 41 | 454 | 137 | 42 |
| Binary | 10101011 | 100 | 10101011 | 0 | 1100010 | 0 | 100001 | 100101100 | 1011111 | 100010 |
Color Harmonies of #AB04AB
Complementary color
Monochromatic Colors of #AB04AB
Black with #AB04AB
Text Example
Text Example
White with #AB04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04AB; }
p { color: rgb(171,4,171); }
H1.HeaderClassName
{
color: #AB04AB;
}
.AnyTagClassName
{
color: #AB04AB;
}
</style>
background-color css
<style>
a { background-color: #AB04AB; }
a { background-color: rgb(171,4,171); }
div.DivClassName
{
background-color: #AB04AB;
}
.BgClassName
{
background-color: #AB04AB;
}
</style>
border-color css
<style>
span { border-color: #AB04AB; }
span { border-color: rgb(171,4,171); }
td.TdClassName
{
border-color: #AB04AB;
}
.TagClassName
{
border-color: #AB04AB;
}
</style>