Shades of Dark Magenta #AB089C
Tints of Dark Magenta #AB089C
RGB
CMYK
RGB Variations
Color information
#AB089C (or 0xAB089C) is known color: Dark Magenta. HEX triplet: AB, 08 and 9C. RGB value is (171,8,156). Sum of RGB (Red+Green+Blue) = 171+8+156=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB089C is #54F763. Grayscale: #494949. Windows color (decimal): -5568356 or 10225835. OLE color: 10225835.
HSL color Cylindrical-coordinate representation of color #AB089C: hue angle of 305.52º degrees, saturation: 0.91, 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 #AB089C is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 156 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.33 |
| HSL | 305.52º | 0.91% | 0.35% | - |
| HSV(B) | 305.52º | 0.95% | 0.67% | - |
| XYZ | 22.88 | 11.23 | 32.41 | - |
| YUV | 73.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 156 | 0 | 0.95 | 0.09 | 0.33 | 305.52 | 0.91 | 0.35 |
| Hex | AB | 8 | 9C | 0 | 5F | 9 | 21 | 132 | 5B | 23 |
| Octal | 253 | 10 | 234 | 0 | 137 | 11 | 41 | 462 | 133 | 43 |
| Binary | 10101011 | 1000 | 10011100 | 0 | 1011111 | 1001 | 100001 | 100110010 | 1011011 | 100011 |
Color Harmonies of #AB089C
Complementary color
Monochromatic Colors of #AB089C
Black with #AB089C
Text Example
Text Example
White with #AB089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB089C; }
p { color: rgb(171,8,156); }
H1.HeaderClassName
{
color: #AB089C;
}
.AnyTagClassName
{
color: #AB089C;
}
</style>
background-color css
<style>
a { background-color: #AB089C; }
a { background-color: rgb(171,8,156); }
div.DivClassName
{
background-color: #AB089C;
}
.BgClassName
{
background-color: #AB089C;
}
</style>
border-color css
<style>
span { border-color: #AB089C; }
span { border-color: rgb(171,8,156); }
td.TdClassName
{
border-color: #AB089C;
}
.TagClassName
{
border-color: #AB089C;
}
</style>