Shades of Dark Magenta #AB09A0
Tints of Dark Magenta #AB09A0
RGB
CMYK
RGB Variations
Color information
#AB09A0 (or 0xAB09A0) is known color: Dark Magenta. HEX triplet: AB, 09 and A0. RGB value is (171,9,160). Sum of RGB (Red+Green+Blue) = 171+9+160=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB09A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB09A0 is #54F65F. Grayscale: #4A4A4A. Windows color (decimal): -5568096 or 10488235. OLE color: 10488235.
HSL color Cylindrical-coordinate representation of color #AB09A0: hue angle of 304.07º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB09A0 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 160 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.33 |
| HSL | 304.07º | 0.9% | 0.35% | - |
| HSV(B) | 304.07º | 0.95% | 0.67% | - |
| XYZ | 23.24 | 11.39 | 34.23 | - |
| YUV | 74.65 | 176.17 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 160 | 0 | 0.95 | 0.06 | 0.33 | 304.07 | 0.9 | 0.35 |
| Hex | AB | 9 | A0 | 0 | 5F | 6 | 21 | 130 | 5A | 23 |
| Octal | 253 | 11 | 240 | 0 | 137 | 6 | 41 | 460 | 132 | 43 |
| Binary | 10101011 | 1001 | 10100000 | 0 | 1011111 | 110 | 100001 | 100110000 | 1011010 | 100011 |
Color Harmonies of #AB09A0
Complementary color
Monochromatic Colors of #AB09A0
Black with #AB09A0
Text Example
Text Example
White with #AB09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB09A0; }
p { color: rgb(171,9,160); }
H1.HeaderClassName
{
color: #AB09A0;
}
.AnyTagClassName
{
color: #AB09A0;
}
</style>
background-color css
<style>
a { background-color: #AB09A0; }
a { background-color: rgb(171,9,160); }
div.DivClassName
{
background-color: #AB09A0;
}
.BgClassName
{
background-color: #AB09A0;
}
</style>
border-color css
<style>
span { border-color: #AB09A0; }
span { border-color: rgb(171,9,160); }
td.TdClassName
{
border-color: #AB09A0;
}
.TagClassName
{
border-color: #AB09A0;
}
</style>