Shades of Dark Magenta #AB029F
Tints of Dark Magenta #AB029F
RGB
CMYK
RGB Variations
Color information
#AB029F (or 0xAB029F) is known color: Dark Magenta. HEX triplet: AB, 02 and 9F. RGB value is (171,2,159). Sum of RGB (Red+Green+Blue) = 171+2+159=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB029F is #54FD60. Grayscale: #454545. Windows color (decimal): -5569889 or 10420907. OLE color: 10420907.
HSL color Cylindrical-coordinate representation of color #AB029F: hue angle of 304.26º 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 #AB029F is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 159 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.33 |
| HSL | 304.26º | 0.98% | 0.34% | - |
| HSV(B) | 304.26º | 0.99% | 0.67% | - |
| XYZ | 23.07 | 11.2 | 33.75 | - |
| YUV | 70.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 159 | 0 | 0.99 | 0.07 | 0.33 | 304.26 | 0.98 | 0.34 |
| Hex | AB | 2 | 9F | 0 | 63 | 7 | 21 | 130 | 62 | 22 |
| Octal | 253 | 2 | 237 | 0 | 143 | 7 | 41 | 460 | 142 | 42 |
| Binary | 10101011 | 10 | 10011111 | 0 | 1100011 | 111 | 100001 | 100110000 | 1100010 | 100010 |
Color Harmonies of #AB029F
Complementary color
Monochromatic Colors of #AB029F
Black with #AB029F
Text Example
Text Example
White with #AB029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB029F; }
p { color: rgb(171,2,159); }
H1.HeaderClassName
{
color: #AB029F;
}
.AnyTagClassName
{
color: #AB029F;
}
</style>
background-color css
<style>
a { background-color: #AB029F; }
a { background-color: rgb(171,2,159); }
div.DivClassName
{
background-color: #AB029F;
}
.BgClassName
{
background-color: #AB029F;
}
</style>
border-color css
<style>
span { border-color: #AB029F; }
span { border-color: rgb(171,2,159); }
td.TdClassName
{
border-color: #AB029F;
}
.TagClassName
{
border-color: #AB029F;
}
</style>