Shades of Dark Magenta #AB028E
Tints of Dark Magenta #AB028E
RGB
CMYK
RGB Variations
Color information
#AB028E (or 0xAB028E) is known color: Dark Magenta. HEX triplet: AB, 02 and 8E. RGB value is (171,2,142). Sum of RGB (Red+Green+Blue) = 171+2+142=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB028E is #54FD71. Grayscale: #444444. Windows color (decimal): -5569906 or 9306795. OLE color: 9306795.
HSL color Cylindrical-coordinate representation of color #AB028E: hue angle of 310.3º 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 #AB028E is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.33 |
| HSL | 310.3º | 0.98% | 0.34% | - |
| HSV(B) | 310.3º | 0.99% | 0.67% | - |
| XYZ | 21.7 | 10.65 | 26.5 | - |
| YUV | 68.49 | 169.49 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 142 | 0 | 0.99 | 0.17 | 0.33 | 310.3 | 0.98 | 0.34 |
| Hex | AB | 2 | 8E | 0 | 63 | 11 | 21 | 136 | 62 | 22 |
| Octal | 253 | 2 | 216 | 0 | 143 | 21 | 41 | 466 | 142 | 42 |
| Binary | 10101011 | 10 | 10001110 | 0 | 1100011 | 10001 | 100001 | 100110110 | 1100010 | 100010 |
Color Harmonies of #AB028E
Complementary color
Monochromatic Colors of #AB028E
Black with #AB028E
Text Example
Text Example
White with #AB028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB028E; }
p { color: rgb(171,2,142); }
H1.HeaderClassName
{
color: #AB028E;
}
.AnyTagClassName
{
color: #AB028E;
}
</style>
background-color css
<style>
a { background-color: #AB028E; }
a { background-color: rgb(171,2,142); }
div.DivClassName
{
background-color: #AB028E;
}
.BgClassName
{
background-color: #AB028E;
}
</style>
border-color css
<style>
span { border-color: #AB028E; }
span { border-color: rgb(171,2,142); }
td.TdClassName
{
border-color: #AB028E;
}
.TagClassName
{
border-color: #AB028E;
}
</style>