Shades of Dark Magenta #AB01A8
Tints of Dark Magenta #AB01A8
RGB
CMYK
RGB Variations
Color information
#AB01A8 (or 0xAB01A8) is known color: Dark Magenta. HEX triplet: AB, 01 and A8. RGB value is (171,1,168). Sum of RGB (Red+Green+Blue) = 171+1+168=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 168 (66.02% from 255 or 49.41% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB01A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB01A8 is #54FE57. Grayscale: #464646. Windows color (decimal): -5570136 or 11010475. OLE color: 11010475.
HSL color Cylindrical-coordinate representation of color #AB01A8: hue angle of 301.06º 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 #AB01A8 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 168 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.33 |
| HSL | 301.06º | 0.99% | 0.34% | - |
| HSV(B) | 301.06º | 0.99% | 0.67% | - |
| XYZ | 23.87 | 11.51 | 38.01 | - |
| YUV | 70.87 | 182.82 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 168 | 0 | 0.99 | 0.02 | 0.33 | 301.06 | 0.99 | 0.34 |
| Hex | AB | 1 | A8 | 0 | 63 | 2 | 21 | 12D | 63 | 22 |
| Octal | 253 | 1 | 250 | 0 | 143 | 2 | 41 | 455 | 143 | 42 |
| Binary | 10101011 | 1 | 10101000 | 0 | 1100011 | 10 | 100001 | 100101101 | 1100011 | 100010 |
Color Harmonies of #AB01A8
Complementary color
Monochromatic Colors of #AB01A8
Black with #AB01A8
Text Example
Text Example
White with #AB01A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01A8; }
p { color: rgb(171,1,168); }
H1.HeaderClassName
{
color: #AB01A8;
}
.AnyTagClassName
{
color: #AB01A8;
}
</style>
background-color css
<style>
a { background-color: #AB01A8; }
a { background-color: rgb(171,1,168); }
div.DivClassName
{
background-color: #AB01A8;
}
.BgClassName
{
background-color: #AB01A8;
}
</style>
border-color css
<style>
span { border-color: #AB01A8; }
span { border-color: rgb(171,1,168); }
td.TdClassName
{
border-color: #AB01A8;
}
.TagClassName
{
border-color: #AB01A8;
}
</style>