Shades of Dark Magenta #AB008E
Tints of Dark Magenta #AB008E
RGB
CMYK
RGB Variations
Color information
#AB008E (or 0xAB008E) is known color: Dark Magenta. HEX triplet: AB, 00 and 8E. RGB value is (171,0,142). Sum of RGB (Red+Green+Blue) = 171+0+142=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB008E is #54FF71. Grayscale: #424242. Windows color (decimal): -5570418 or 9306283. OLE color: 9306283.
HSL color Cylindrical-coordinate representation of color #AB008E: hue angle of 310.18º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB008E is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.17 | 0.33 |
| HSL | 310.18º | 1% | 0.34% | - |
| HSV(B) | 310.18º | 1% | 0.67% | - |
| XYZ | 21.68 | 10.61 | 26.5 | - |
| YUV | 67.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 142 | 0 | 1 | 0.17 | 0.33 | 310.18 | 1 | 0.34 |
| Hex | AB | 0 | 8E | 0 | 64 | 11 | 21 | 136 | 64 | 22 |
| Octal | 253 | 0 | 216 | 0 | 144 | 21 | 41 | 466 | 144 | 42 |
| Binary | 10101011 | 0 | 10001110 | 0 | 1100100 | 10001 | 100001 | 100110110 | 1100100 | 100010 |
Color Harmonies of #AB008E
Complementary color
Monochromatic Colors of #AB008E
Black with #AB008E
Text Example
Text Example
White with #AB008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB008E; }
p { color: rgb(171,0,142); }
H1.HeaderClassName
{
color: #AB008E;
}
.AnyTagClassName
{
color: #AB008E;
}
</style>
background-color css
<style>
a { background-color: #AB008E; }
a { background-color: rgb(171,0,142); }
div.DivClassName
{
background-color: #AB008E;
}
.BgClassName
{
background-color: #AB008E;
}
</style>
border-color css
<style>
span { border-color: #AB008E; }
span { border-color: rgb(171,0,142); }
td.TdClassName
{
border-color: #AB008E;
}
.TagClassName
{
border-color: #AB008E;
}
</style>