Shades of Dark Magenta #AB099C
Tints of Dark Magenta #AB099C
RGB
CMYK
RGB Variations
Color information
#AB099C (or 0xAB099C) is known color: Dark Magenta. HEX triplet: AB, 09 and 9C. RGB value is (171,9,156). Sum of RGB (Red+Green+Blue) = 171+9+156=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB099C is #54F663. Grayscale: #494949. Windows color (decimal): -5568100 or 10226091. OLE color: 10226091.
HSL color Cylindrical-coordinate representation of color #AB099C: hue angle of 305.56º 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 #AB099C is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 156 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.33 |
| HSL | 305.56º | 0.9% | 0.35% | - |
| HSV(B) | 305.56º | 0.95% | 0.67% | - |
| XYZ | 22.89 | 11.25 | 32.42 | - |
| YUV | 74.2 | 174.17 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 156 | 0 | 0.95 | 0.09 | 0.33 | 305.56 | 0.9 | 0.35 |
| Hex | AB | 9 | 9C | 0 | 5F | 9 | 21 | 132 | 5A | 23 |
| Octal | 253 | 11 | 234 | 0 | 137 | 11 | 41 | 462 | 132 | 43 |
| Binary | 10101011 | 1001 | 10011100 | 0 | 1011111 | 1001 | 100001 | 100110010 | 1011010 | 100011 |
Color Harmonies of #AB099C
Complementary color
Monochromatic Colors of #AB099C
Black with #AB099C
Text Example
Text Example
White with #AB099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB099C; }
p { color: rgb(171,9,156); }
H1.HeaderClassName
{
color: #AB099C;
}
.AnyTagClassName
{
color: #AB099C;
}
</style>
background-color css
<style>
a { background-color: #AB099C; }
a { background-color: rgb(171,9,156); }
div.DivClassName
{
background-color: #AB099C;
}
.BgClassName
{
background-color: #AB099C;
}
</style>
border-color css
<style>
span { border-color: #AB099C; }
span { border-color: rgb(171,9,156); }
td.TdClassName
{
border-color: #AB099C;
}
.TagClassName
{
border-color: #AB099C;
}
</style>