Shades of Dark Magenta #AB048C
Tints of Dark Magenta #AB048C
RGB
CMYK
RGB Variations
Color information
#AB048C (or 0xAB048C) is known color: Dark Magenta. HEX triplet: AB, 04 and 8C. RGB value is (171,4,140). Sum of RGB (Red+Green+Blue) = 171+4+140=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB048C is #54FB73. Grayscale: #454545. Windows color (decimal): -5569396 or 9176235. OLE color: 9176235.
HSL color Cylindrical-coordinate representation of color #AB048C: hue angle of 311.14º 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 #AB048C is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.33 |
| HSL | 311.14º | 0.95% | 0.34% | - |
| HSV(B) | 311.14º | 0.98% | 0.67% | - |
| XYZ | 21.57 | 10.64 | 25.73 | - |
| YUV | 69.44 | 167.83 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 140 | 0 | 0.98 | 0.18 | 0.33 | 311.14 | 0.95 | 0.34 |
| Hex | AB | 4 | 8C | 0 | 62 | 12 | 21 | 137 | 5F | 22 |
| Octal | 253 | 4 | 214 | 0 | 142 | 22 | 41 | 467 | 137 | 42 |
| Binary | 10101011 | 100 | 10001100 | 0 | 1100010 | 10010 | 100001 | 100110111 | 1011111 | 100010 |
Color Harmonies of #AB048C
Complementary color
Monochromatic Colors of #AB048C
Black with #AB048C
Text Example
Text Example
White with #AB048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB048C; }
p { color: rgb(171,4,140); }
H1.HeaderClassName
{
color: #AB048C;
}
.AnyTagClassName
{
color: #AB048C;
}
</style>
background-color css
<style>
a { background-color: #AB048C; }
a { background-color: rgb(171,4,140); }
div.DivClassName
{
background-color: #AB048C;
}
.BgClassName
{
background-color: #AB048C;
}
</style>
border-color css
<style>
span { border-color: #AB048C; }
span { border-color: rgb(171,4,140); }
td.TdClassName
{
border-color: #AB048C;
}
.TagClassName
{
border-color: #AB048C;
}
</style>