Shades of Dark Magenta #AB018D
Tints of Dark Magenta #AB018D
RGB
CMYK
RGB Variations
Color information
#AB018D (or 0xAB018D) is known color: Dark Magenta. HEX triplet: AB, 01 and 8D. RGB value is (171,1,141). Sum of RGB (Red+Green+Blue) = 171+1+141=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB018D is #54FE72. Grayscale: #434343. Windows color (decimal): -5570163 or 9241003. OLE color: 9241003.
HSL color Cylindrical-coordinate representation of color #AB018D: hue angle of 310.59º degrees, saturation: 0.99, 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 #AB018D is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.33 |
| HSL | 310.59º | 0.99% | 0.34% | - |
| HSV(B) | 310.59º | 0.99% | 0.67% | - |
| XYZ | 21.61 | 10.6 | 26.11 | - |
| YUV | 67.79 | 169.32 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 141 | 0 | 0.99 | 0.18 | 0.33 | 310.59 | 0.99 | 0.34 |
| Hex | AB | 1 | 8D | 0 | 63 | 12 | 21 | 137 | 63 | 22 |
| Octal | 253 | 1 | 215 | 0 | 143 | 22 | 41 | 467 | 143 | 42 |
| Binary | 10101011 | 1 | 10001101 | 0 | 1100011 | 10010 | 100001 | 100110111 | 1100011 | 100010 |
Color Harmonies of #AB018D
Complementary color
Monochromatic Colors of #AB018D
Black with #AB018D
Text Example
Text Example
White with #AB018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB018D; }
p { color: rgb(171,1,141); }
H1.HeaderClassName
{
color: #AB018D;
}
.AnyTagClassName
{
color: #AB018D;
}
</style>
background-color css
<style>
a { background-color: #AB018D; }
a { background-color: rgb(171,1,141); }
div.DivClassName
{
background-color: #AB018D;
}
.BgClassName
{
background-color: #AB018D;
}
</style>
border-color css
<style>
span { border-color: #AB018D; }
span { border-color: rgb(171,1,141); }
td.TdClassName
{
border-color: #AB018D;
}
.TagClassName
{
border-color: #AB018D;
}
</style>