Shades of Dark Magenta #AB018F
Tints of Dark Magenta #AB018F
RGB
CMYK
RGB Variations
Color information
#AB018F (or 0xAB018F) is known color: Dark Magenta. HEX triplet: AB, 01 and 8F. RGB value is (171,1,143). Sum of RGB (Red+Green+Blue) = 171+1+143=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB018F is #54FE70. Grayscale: #434343. Windows color (decimal): -5570161 or 9372075. OLE color: 9372075.
HSL color Cylindrical-coordinate representation of color #AB018F: hue angle of 309.88º 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 #AB018F is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.33 |
| HSL | 309.88º | 0.99% | 0.34% | - |
| HSV(B) | 309.88º | 0.99% | 0.67% | - |
| XYZ | 21.76 | 10.66 | 26.9 | - |
| YUV | 68.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 143 | 0 | 0.99 | 0.16 | 0.33 | 309.88 | 0.99 | 0.34 |
| Hex | AB | 1 | 8F | 0 | 63 | 10 | 21 | 136 | 63 | 22 |
| Octal | 253 | 1 | 217 | 0 | 143 | 20 | 41 | 466 | 143 | 42 |
| Binary | 10101011 | 1 | 10001111 | 0 | 1100011 | 10000 | 100001 | 100110110 | 1100011 | 100010 |
Color Harmonies of #AB018F
Complementary color
Monochromatic Colors of #AB018F
Black with #AB018F
Text Example
Text Example
White with #AB018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB018F; }
p { color: rgb(171,1,143); }
H1.HeaderClassName
{
color: #AB018F;
}
.AnyTagClassName
{
color: #AB018F;
}
</style>
background-color css
<style>
a { background-color: #AB018F; }
a { background-color: rgb(171,1,143); }
div.DivClassName
{
background-color: #AB018F;
}
.BgClassName
{
background-color: #AB018F;
}
</style>
border-color css
<style>
span { border-color: #AB018F; }
span { border-color: rgb(171,1,143); }
td.TdClassName
{
border-color: #AB018F;
}
.TagClassName
{
border-color: #AB018F;
}
</style>