Shades of Dark Magenta #AB0298
Tints of Dark Magenta #AB0298
RGB
CMYK
RGB Variations
Color information
#AB0298 (or 0xAB0298) is known color: Dark Magenta. HEX triplet: AB, 02 and 98. RGB value is (171,2,152). Sum of RGB (Red+Green+Blue) = 171+2+152=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0298 is #54FD67. Grayscale: #454545. Windows color (decimal): -5569896 or 9962155. OLE color: 9962155.
HSL color Cylindrical-coordinate representation of color #AB0298: hue angle of 306.75º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0298 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.33 |
| HSL | 306.75º | 0.98% | 0.34% | - |
| HSV(B) | 306.75º | 0.99% | 0.67% | - |
| XYZ | 22.48 | 10.97 | 30.64 | - |
| YUV | 69.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 152 | 0 | 0.99 | 0.11 | 0.33 | 306.75 | 0.98 | 0.34 |
| Hex | AB | 2 | 98 | 0 | 63 | B | 21 | 133 | 62 | 22 |
| Octal | 253 | 2 | 230 | 0 | 143 | 13 | 41 | 463 | 142 | 42 |
| Binary | 10101011 | 10 | 10011000 | 0 | 1100011 | 1011 | 100001 | 100110011 | 1100010 | 100010 |
Color Harmonies of #AB0298
Complementary color
Monochromatic Colors of #AB0298
Black with #AB0298
Text Example
Text Example
White with #AB0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0298; }
p { color: rgb(171,2,152); }
H1.HeaderClassName
{
color: #AB0298;
}
.AnyTagClassName
{
color: #AB0298;
}
</style>
background-color css
<style>
a { background-color: #AB0298; }
a { background-color: rgb(171,2,152); }
div.DivClassName
{
background-color: #AB0298;
}
.BgClassName
{
background-color: #AB0298;
}
</style>
border-color css
<style>
span { border-color: #AB0298; }
span { border-color: rgb(171,2,152); }
td.TdClassName
{
border-color: #AB0298;
}
.TagClassName
{
border-color: #AB0298;
}
</style>