Shades of Dark Magenta #AB008D
Tints of Dark Magenta #AB008D
RGB
CMYK
RGB Variations
Color information
#AB008D (or 0xAB008D) is known color: Dark Magenta. HEX triplet: AB, 00 and 8D. RGB value is (171,0,141). Sum of RGB (Red+Green+Blue) = 171+0+141=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB008D is #54FF72. Grayscale: #424242. Windows color (decimal): -5570419 or 9240747. OLE color: 9240747.
HSL color Cylindrical-coordinate representation of color #AB008D: hue angle of 310.53º 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 #AB008D is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.18 | 0.33 |
| HSL | 310.53º | 1% | 0.34% | - |
| HSV(B) | 310.53º | 1% | 0.67% | - |
| XYZ | 21.6 | 10.58 | 26.1 | - |
| YUV | 67.2 | 169.65 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 141 | 0 | 1 | 0.18 | 0.33 | 310.53 | 1 | 0.34 |
| Hex | AB | 0 | 8D | 0 | 64 | 12 | 21 | 137 | 64 | 22 |
| Octal | 253 | 0 | 215 | 0 | 144 | 22 | 41 | 467 | 144 | 42 |
| Binary | 10101011 | 0 | 10001101 | 0 | 1100100 | 10010 | 100001 | 100110111 | 1100100 | 100010 |
Color Harmonies of #AB008D
Complementary color
Monochromatic Colors of #AB008D
Black with #AB008D
Text Example
Text Example
White with #AB008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB008D; }
p { color: rgb(171,0,141); }
H1.HeaderClassName
{
color: #AB008D;
}
.AnyTagClassName
{
color: #AB008D;
}
</style>
background-color css
<style>
a { background-color: #AB008D; }
a { background-color: rgb(171,0,141); }
div.DivClassName
{
background-color: #AB008D;
}
.BgClassName
{
background-color: #AB008D;
}
</style>
border-color css
<style>
span { border-color: #AB008D; }
span { border-color: rgb(171,0,141); }
td.TdClassName
{
border-color: #AB008D;
}
.TagClassName
{
border-color: #AB008D;
}
</style>