Shades of Dark Magenta #AB10AA
Tints of Dark Magenta #AB10AA
RGB
CMYK
RGB Variations
Color information
#AB10AA (or 0xAB10AA) is known color: Dark Magenta. HEX triplet: AB, 10 and AA. RGB value is (171,16,170). Sum of RGB (Red+Green+Blue) = 171+16+170=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB10AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB10AA is #54EF55. Grayscale: #4F4F4F. Windows color (decimal): -5566294 or 11145387. OLE color: 11145387.
HSL color Cylindrical-coordinate representation of color #AB10AA: hue angle of 300.39º 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 #AB10AA is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 170 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.33 |
| HSL | 300.39º | 0.83% | 0.37% | - |
| HSV(B) | 300.39º | 0.91% | 0.67% | - |
| XYZ | 24.24 | 11.93 | 39.06 | - |
| YUV | 79.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 170 | 0 | 0.91 | 0.01 | 0.33 | 300.39 | 0.83 | 0.37 |
| Hex | AB | 10 | AA | 0 | 5B | 1 | 21 | 12C | 53 | 25 |
| Octal | 253 | 20 | 252 | 0 | 133 | 1 | 41 | 454 | 123 | 45 |
| Binary | 10101011 | 10000 | 10101010 | 0 | 1011011 | 1 | 100001 | 100101100 | 1010011 | 100101 |
Color Harmonies of #AB10AA
Complementary color
Monochromatic Colors of #AB10AA
Black with #AB10AA
Text Example
Text Example
White with #AB10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10AA; }
p { color: rgb(171,16,170); }
H1.HeaderClassName
{
color: #AB10AA;
}
.AnyTagClassName
{
color: #AB10AA;
}
</style>
background-color css
<style>
a { background-color: #AB10AA; }
a { background-color: rgb(171,16,170); }
div.DivClassName
{
background-color: #AB10AA;
}
.BgClassName
{
background-color: #AB10AA;
}
</style>
border-color css
<style>
span { border-color: #AB10AA; }
span { border-color: rgb(171,16,170); }
td.TdClassName
{
border-color: #AB10AA;
}
.TagClassName
{
border-color: #AB10AA;
}
</style>