Shades of Dark Magenta #AB109A
Tints of Dark Magenta #AB109A
RGB
CMYK
RGB Variations
Color information
#AB109A (or 0xAB109A) is known color: Dark Magenta. HEX triplet: AB, 10 and 9A. RGB value is (171,16,154). Sum of RGB (Red+Green+Blue) = 171+16+154=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB109A is #54EF65. Grayscale: #4D4D4D. Windows color (decimal): -5566310 or 10096811. OLE color: 10096811.
HSL color Cylindrical-coordinate representation of color #AB109A: hue angle of 306.58º 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 #AB109A is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 154 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.33 |
| HSL | 306.58º | 0.83% | 0.37% | - |
| HSV(B) | 306.58º | 0.91% | 0.67% | - |
| XYZ | 22.81 | 11.36 | 31.56 | - |
| YUV | 78.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 154 | 0 | 0.91 | 0.10 | 0.33 | 306.58 | 0.83 | 0.37 |
| Hex | AB | 10 | 9A | 0 | 5B | A | 21 | 133 | 53 | 25 |
| Octal | 253 | 20 | 232 | 0 | 133 | 12 | 41 | 463 | 123 | 45 |
| Binary | 10101011 | 10000 | 10011010 | 0 | 1011011 | 1010 | 100001 | 100110011 | 1010011 | 100101 |
Color Harmonies of #AB109A
Complementary color
Monochromatic Colors of #AB109A
Black with #AB109A
Text Example
Text Example
White with #AB109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB109A; }
p { color: rgb(171,16,154); }
H1.HeaderClassName
{
color: #AB109A;
}
.AnyTagClassName
{
color: #AB109A;
}
</style>
background-color css
<style>
a { background-color: #AB109A; }
a { background-color: rgb(171,16,154); }
div.DivClassName
{
background-color: #AB109A;
}
.BgClassName
{
background-color: #AB109A;
}
</style>
border-color css
<style>
span { border-color: #AB109A; }
span { border-color: rgb(171,16,154); }
td.TdClassName
{
border-color: #AB109A;
}
.TagClassName
{
border-color: #AB109A;
}
</style>