Shades of Dark Magenta #AB019B
Tints of Dark Magenta #AB019B
RGB
CMYK
RGB Variations
Color information
#AB019B (or 0xAB019B) is known color: Dark Magenta. HEX triplet: AB, 01 and 9B. RGB value is (171,1,155). Sum of RGB (Red+Green+Blue) = 171+1+155=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB019B is #54FE64. Grayscale: #444444. Windows color (decimal): -5570149 or 10158507. OLE color: 10158507.
HSL color Cylindrical-coordinate representation of color #AB019B: hue angle of 305.65º 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 #AB019B is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.33 |
| HSL | 305.65º | 0.99% | 0.34% | - |
| HSV(B) | 305.65º | 0.99% | 0.67% | - |
| XYZ | 22.72 | 11.05 | 31.94 | - |
| YUV | 69.39 | 176.32 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 155 | 0 | 0.99 | 0.09 | 0.33 | 305.65 | 0.99 | 0.34 |
| Hex | AB | 1 | 9B | 0 | 63 | 9 | 21 | 132 | 63 | 22 |
| Octal | 253 | 1 | 233 | 0 | 143 | 11 | 41 | 462 | 143 | 42 |
| Binary | 10101011 | 1 | 10011011 | 0 | 1100011 | 1001 | 100001 | 100110010 | 1100011 | 100010 |
Color Harmonies of #AB019B
Complementary color
Monochromatic Colors of #AB019B
Black with #AB019B
Text Example
Text Example
White with #AB019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB019B; }
p { color: rgb(171,1,155); }
H1.HeaderClassName
{
color: #AB019B;
}
.AnyTagClassName
{
color: #AB019B;
}
</style>
background-color css
<style>
a { background-color: #AB019B; }
a { background-color: rgb(171,1,155); }
div.DivClassName
{
background-color: #AB019B;
}
.BgClassName
{
background-color: #AB019B;
}
</style>
border-color css
<style>
span { border-color: #AB019B; }
span { border-color: rgb(171,1,155); }
td.TdClassName
{
border-color: #AB019B;
}
.TagClassName
{
border-color: #AB019B;
}
</style>