Shades of Dark Magenta #AB01A2
Tints of Dark Magenta #AB01A2
RGB
CMYK
RGB Variations
Color information
#AB01A2 (or 0xAB01A2) is known color: Dark Magenta. HEX triplet: AB, 01 and A2. RGB value is (171,1,162). Sum of RGB (Red+Green+Blue) = 171+1+162=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB01A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB01A2 is #54FE5D. Grayscale: #454545. Windows color (decimal): -5570142 or 10617259. OLE color: 10617259.
HSL color Cylindrical-coordinate representation of color #AB01A2: hue angle of 303.18º 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 #AB01A2 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 162 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.33 |
| HSL | 303.18º | 0.99% | 0.34% | - |
| HSV(B) | 303.18º | 0.99% | 0.67% | - |
| XYZ | 23.33 | 11.29 | 35.13 | - |
| YUV | 70.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 162 | 0 | 0.99 | 0.05 | 0.33 | 303.18 | 0.99 | 0.34 |
| Hex | AB | 1 | A2 | 0 | 63 | 5 | 21 | 12F | 63 | 22 |
| Octal | 253 | 1 | 242 | 0 | 143 | 5 | 41 | 457 | 143 | 42 |
| Binary | 10101011 | 1 | 10100010 | 0 | 1100011 | 101 | 100001 | 100101111 | 1100011 | 100010 |
Color Harmonies of #AB01A2
Complementary color
Monochromatic Colors of #AB01A2
Black with #AB01A2
Text Example
Text Example
White with #AB01A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01A2; }
p { color: rgb(171,1,162); }
H1.HeaderClassName
{
color: #AB01A2;
}
.AnyTagClassName
{
color: #AB01A2;
}
</style>
background-color css
<style>
a { background-color: #AB01A2; }
a { background-color: rgb(171,1,162); }
div.DivClassName
{
background-color: #AB01A2;
}
.BgClassName
{
background-color: #AB01A2;
}
</style>
border-color css
<style>
span { border-color: #AB01A2; }
span { border-color: rgb(171,1,162); }
td.TdClassName
{
border-color: #AB01A2;
}
.TagClassName
{
border-color: #AB01A2;
}
</style>