Shades of Dark Magenta #AB0AA2
Tints of Dark Magenta #AB0AA2
RGB
CMYK
RGB Variations
Color information
#AB0AA2 (or 0xAB0AA2) is known color: Dark Magenta. HEX triplet: AB, 0A and A2. RGB value is (171,10,162). Sum of RGB (Red+Green+Blue) = 171+10+162=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0AA2 is #54F55D. Grayscale: #4B4B4B. Windows color (decimal): -5567838 or 10619563. OLE color: 10619563.
HSL color Cylindrical-coordinate representation of color #AB0AA2: hue angle of 303.35º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0AA2 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 162 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.33 |
| HSL | 303.35º | 0.89% | 0.35% | - |
| HSV(B) | 303.35º | 0.94% | 0.67% | - |
| XYZ | 23.42 | 11.48 | 35.16 | - |
| YUV | 75.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 162 | 0 | 0.94 | 0.05 | 0.33 | 303.35 | 0.89 | 0.35 |
| Hex | AB | A | A2 | 0 | 5E | 5 | 21 | 12F | 59 | 23 |
| Octal | 253 | 12 | 242 | 0 | 136 | 5 | 41 | 457 | 131 | 43 |
| Binary | 10101011 | 1010 | 10100010 | 0 | 1011110 | 101 | 100001 | 100101111 | 1011001 | 100011 |
Color Harmonies of #AB0AA2
Complementary color
Monochromatic Colors of #AB0AA2
Black with #AB0AA2
Text Example
Text Example
White with #AB0AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0AA2; }
p { color: rgb(171,10,162); }
H1.HeaderClassName
{
color: #AB0AA2;
}
.AnyTagClassName
{
color: #AB0AA2;
}
</style>
background-color css
<style>
a { background-color: #AB0AA2; }
a { background-color: rgb(171,10,162); }
div.DivClassName
{
background-color: #AB0AA2;
}
.BgClassName
{
background-color: #AB0AA2;
}
</style>
border-color css
<style>
span { border-color: #AB0AA2; }
span { border-color: rgb(171,10,162); }
td.TdClassName
{
border-color: #AB0AA2;
}
.TagClassName
{
border-color: #AB0AA2;
}
</style>