Shades of Dark Magenta #AB0498
Tints of Dark Magenta #AB0498
RGB
CMYK
RGB Variations
Color information
#AB0498 (or 0xAB0498) is known color: Dark Magenta. HEX triplet: AB, 04 and 98. RGB value is (171,4,152). Sum of RGB (Red+Green+Blue) = 171+4+152=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0498 is #54FB67. Grayscale: #464646. Windows color (decimal): -5569384 or 9962667. OLE color: 9962667.
HSL color Cylindrical-coordinate representation of color #AB0498: hue angle of 306.83º 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 #AB0498 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 152 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.33 |
| HSL | 306.83º | 0.95% | 0.34% | - |
| HSV(B) | 306.83º | 0.98% | 0.67% | - |
| XYZ | 22.51 | 11.01 | 30.65 | - |
| YUV | 70.81 | 173.83 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 152 | 0 | 0.98 | 0.11 | 0.33 | 306.83 | 0.95 | 0.34 |
| Hex | AB | 4 | 98 | 0 | 62 | B | 21 | 133 | 5F | 22 |
| Octal | 253 | 4 | 230 | 0 | 142 | 13 | 41 | 463 | 137 | 42 |
| Binary | 10101011 | 100 | 10011000 | 0 | 1100010 | 1011 | 100001 | 100110011 | 1011111 | 100010 |
Color Harmonies of #AB0498
Complementary color
Monochromatic Colors of #AB0498
Black with #AB0498
Text Example
Text Example
White with #AB0498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0498; }
p { color: rgb(171,4,152); }
H1.HeaderClassName
{
color: #AB0498;
}
.AnyTagClassName
{
color: #AB0498;
}
</style>
background-color css
<style>
a { background-color: #AB0498; }
a { background-color: rgb(171,4,152); }
div.DivClassName
{
background-color: #AB0498;
}
.BgClassName
{
background-color: #AB0498;
}
</style>
border-color css
<style>
span { border-color: #AB0498; }
span { border-color: rgb(171,4,152); }
td.TdClassName
{
border-color: #AB0498;
}
.TagClassName
{
border-color: #AB0498;
}
</style>