Shades of Dark Magenta #AB10A0
Tints of Dark Magenta #AB10A0
RGB
CMYK
RGB Variations
Color information
#AB10A0 (or 0xAB10A0) is known color: Dark Magenta. HEX triplet: AB, 10 and A0. RGB value is (171,16,160). Sum of RGB (Red+Green+Blue) = 171+16+160=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB10A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB10A0 is #54EF5F. Grayscale: #4E4E4E. Windows color (decimal): -5566304 or 10490027. OLE color: 10490027.
HSL color Cylindrical-coordinate representation of color #AB10A0: hue angle of 304.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB10A0 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 160 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.33 |
| HSL | 304.26º | 0.83% | 0.37% | - |
| HSV(B) | 304.26º | 0.91% | 0.67% | - |
| XYZ | 23.33 | 11.57 | 34.26 | - |
| YUV | 78.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 160 | 0 | 0.91 | 0.06 | 0.33 | 304.26 | 0.83 | 0.37 |
| Hex | AB | 10 | A0 | 0 | 5B | 6 | 21 | 130 | 53 | 25 |
| Octal | 253 | 20 | 240 | 0 | 133 | 6 | 41 | 460 | 123 | 45 |
| Binary | 10101011 | 10000 | 10100000 | 0 | 1011011 | 110 | 100001 | 100110000 | 1010011 | 100101 |
Color Harmonies of #AB10A0
Complementary color
Monochromatic Colors of #AB10A0
Black with #AB10A0
Text Example
Text Example
White with #AB10A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10A0; }
p { color: rgb(171,16,160); }
H1.HeaderClassName
{
color: #AB10A0;
}
.AnyTagClassName
{
color: #AB10A0;
}
</style>
background-color css
<style>
a { background-color: #AB10A0; }
a { background-color: rgb(171,16,160); }
div.DivClassName
{
background-color: #AB10A0;
}
.BgClassName
{
background-color: #AB10A0;
}
</style>
border-color css
<style>
span { border-color: #AB10A0; }
span { border-color: rgb(171,16,160); }
td.TdClassName
{
border-color: #AB10A0;
}
.TagClassName
{
border-color: #AB10A0;
}
</style>