Shades of Dark Magenta #AB05A2
Tints of Dark Magenta #AB05A2
RGB
CMYK
RGB Variations
Color information
#AB05A2 (or 0xAB05A2) is known color: Dark Magenta. HEX triplet: AB, 05 and A2. RGB value is (171,5,162). Sum of RGB (Red+Green+Blue) = 171+5+162=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB05A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB05A2 is #54FA5D. Grayscale: #484848. Windows color (decimal): -5569118 or 10618283. OLE color: 10618283.
HSL color Cylindrical-coordinate representation of color #AB05A2: hue angle of 303.25º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB05A2 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 162 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.33 |
| HSL | 303.25º | 0.94% | 0.35% | - |
| HSV(B) | 303.25º | 0.97% | 0.67% | - |
| XYZ | 23.37 | 11.38 | 35.15 | - |
| YUV | 72.53 | 178.5 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 162 | 0 | 0.97 | 0.05 | 0.33 | 303.25 | 0.94 | 0.35 |
| Hex | AB | 5 | A2 | 0 | 61 | 5 | 21 | 12F | 5E | 23 |
| Octal | 253 | 5 | 242 | 0 | 141 | 5 | 41 | 457 | 136 | 43 |
| Binary | 10101011 | 101 | 10100010 | 0 | 1100001 | 101 | 100001 | 100101111 | 1011110 | 100011 |
Color Harmonies of #AB05A2
Complementary color
Monochromatic Colors of #AB05A2
Black with #AB05A2
Text Example
Text Example
White with #AB05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05A2; }
p { color: rgb(171,5,162); }
H1.HeaderClassName
{
color: #AB05A2;
}
.AnyTagClassName
{
color: #AB05A2;
}
</style>
background-color css
<style>
a { background-color: #AB05A2; }
a { background-color: rgb(171,5,162); }
div.DivClassName
{
background-color: #AB05A2;
}
.BgClassName
{
background-color: #AB05A2;
}
</style>
border-color css
<style>
span { border-color: #AB05A2; }
span { border-color: rgb(171,5,162); }
td.TdClassName
{
border-color: #AB05A2;
}
.TagClassName
{
border-color: #AB05A2;
}
</style>