Shades of Dark Magenta #AB0BA2
Tints of Dark Magenta #AB0BA2
RGB
CMYK
RGB Variations
Color information
#AB0BA2 (or 0xAB0BA2) is known color: Dark Magenta. HEX triplet: AB, 0B and A2. RGB value is (171,11,162). Sum of RGB (Red+Green+Blue) = 171+11+162=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0BA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BA2 is #54F45D. Grayscale: #4B4B4B. Windows color (decimal): -5567582 or 10619819. OLE color: 10619819.
HSL color Cylindrical-coordinate representation of color #AB0BA2: hue angle of 303.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 162 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.33 |
| HSL | 303.38º | 0.88% | 0.36% | - |
| HSV(B) | 303.38º | 0.94% | 0.67% | - |
| XYZ | 23.44 | 11.51 | 35.17 | - |
| YUV | 76.05 | 176.51 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 162 | 0 | 0.94 | 0.05 | 0.33 | 303.38 | 0.88 | 0.36 |
| Hex | AB | B | A2 | 0 | 5E | 5 | 21 | 12F | 58 | 24 |
| Octal | 253 | 13 | 242 | 0 | 136 | 5 | 41 | 457 | 130 | 44 |
| Binary | 10101011 | 1011 | 10100010 | 0 | 1011110 | 101 | 100001 | 100101111 | 1011000 | 100100 |
Color Harmonies of #AB0BA2
Complementary color
Monochromatic Colors of #AB0BA2
Black with #AB0BA2
Text Example
Text Example
White with #AB0BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BA2; }
p { color: rgb(171,11,162); }
H1.HeaderClassName
{
color: #AB0BA2;
}
.AnyTagClassName
{
color: #AB0BA2;
}
</style>
background-color css
<style>
a { background-color: #AB0BA2; }
a { background-color: rgb(171,11,162); }
div.DivClassName
{
background-color: #AB0BA2;
}
.BgClassName
{
background-color: #AB0BA2;
}
</style>
border-color css
<style>
span { border-color: #AB0BA2; }
span { border-color: rgb(171,11,162); }
td.TdClassName
{
border-color: #AB0BA2;
}
.TagClassName
{
border-color: #AB0BA2;
}
</style>