Shades of Dark Magenta #AB018C
Tints of Dark Magenta #AB018C
RGB
CMYK
RGB Variations
Color information
#AB018C (or 0xAB018C) is known color: Dark Magenta. HEX triplet: AB, 01 and 8C. RGB value is (171,1,140). Sum of RGB (Red+Green+Blue) = 171+1+140=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB018C is #54FE73. Grayscale: #434343. Windows color (decimal): -5570164 or 9175467. OLE color: 9175467.
HSL color Cylindrical-coordinate representation of color #AB018C: hue angle of 310.94º 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 #AB018C is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.33 |
| HSL | 310.94º | 0.99% | 0.34% | - |
| HSV(B) | 310.94º | 0.99% | 0.67% | - |
| XYZ | 21.54 | 10.57 | 25.72 | - |
| YUV | 67.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 140 | 0 | 0.99 | 0.18 | 0.33 | 310.94 | 0.99 | 0.34 |
| Hex | AB | 1 | 8C | 0 | 63 | 12 | 21 | 137 | 63 | 22 |
| Octal | 253 | 1 | 214 | 0 | 143 | 22 | 41 | 467 | 143 | 42 |
| Binary | 10101011 | 1 | 10001100 | 0 | 1100011 | 10010 | 100001 | 100110111 | 1100011 | 100010 |
Color Harmonies of #AB018C
Complementary color
Monochromatic Colors of #AB018C
Black with #AB018C
Text Example
Text Example
White with #AB018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB018C; }
p { color: rgb(171,1,140); }
H1.HeaderClassName
{
color: #AB018C;
}
.AnyTagClassName
{
color: #AB018C;
}
</style>
background-color css
<style>
a { background-color: #AB018C; }
a { background-color: rgb(171,1,140); }
div.DivClassName
{
background-color: #AB018C;
}
.BgClassName
{
background-color: #AB018C;
}
</style>
border-color css
<style>
span { border-color: #AB018C; }
span { border-color: rgb(171,1,140); }
td.TdClassName
{
border-color: #AB018C;
}
.TagClassName
{
border-color: #AB018C;
}
</style>