Shades of Dark Magenta #AB028C
Tints of Dark Magenta #AB028C
RGB
CMYK
RGB Variations
Color information
#AB028C (or 0xAB028C) is known color: Dark Magenta. HEX triplet: AB, 02 and 8C. RGB value is (171,2,140). Sum of RGB (Red+Green+Blue) = 171+2+140=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB028C is #54FD73. Grayscale: #434343. Windows color (decimal): -5569908 or 9175723. OLE color: 9175723.
HSL color Cylindrical-coordinate representation of color #AB028C: hue angle of 311.01º 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 #AB028C is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.33 |
| HSL | 311.01º | 0.98% | 0.34% | - |
| HSV(B) | 311.01º | 0.99% | 0.67% | - |
| XYZ | 21.55 | 10.59 | 25.72 | - |
| YUV | 68.26 | 168.49 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 140 | 0 | 0.99 | 0.18 | 0.33 | 311.01 | 0.98 | 0.34 |
| Hex | AB | 2 | 8C | 0 | 63 | 12 | 21 | 137 | 62 | 22 |
| Octal | 253 | 2 | 214 | 0 | 143 | 22 | 41 | 467 | 142 | 42 |
| Binary | 10101011 | 10 | 10001100 | 0 | 1100011 | 10010 | 100001 | 100110111 | 1100010 | 100010 |
Color Harmonies of #AB028C
Complementary color
Monochromatic Colors of #AB028C
Black with #AB028C
Text Example
Text Example
White with #AB028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB028C; }
p { color: rgb(171,2,140); }
H1.HeaderClassName
{
color: #AB028C;
}
.AnyTagClassName
{
color: #AB028C;
}
</style>
background-color css
<style>
a { background-color: #AB028C; }
a { background-color: rgb(171,2,140); }
div.DivClassName
{
background-color: #AB028C;
}
.BgClassName
{
background-color: #AB028C;
}
</style>
border-color css
<style>
span { border-color: #AB028C; }
span { border-color: rgb(171,2,140); }
td.TdClassName
{
border-color: #AB028C;
}
.TagClassName
{
border-color: #AB028C;
}
</style>