Shades of Dark Magenta #AB099D
Tints of Dark Magenta #AB099D
RGB
CMYK
RGB Variations
Color information
#AB099D (or 0xAB099D) is known color: Dark Magenta. HEX triplet: AB, 09 and 9D. RGB value is (171,9,157). Sum of RGB (Red+Green+Blue) = 171+9+157=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB099D is #54F662. Grayscale: #494949. Windows color (decimal): -5568099 or 10291627. OLE color: 10291627.
HSL color Cylindrical-coordinate representation of color #AB099D: hue angle of 305.19º 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 #AB099D is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.33 |
| HSL | 305.19º | 0.9% | 0.35% | - |
| HSV(B) | 305.19º | 0.95% | 0.67% | - |
| XYZ | 22.98 | 11.29 | 32.87 | - |
| YUV | 74.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 157 | 0 | 0.95 | 0.08 | 0.33 | 305.19 | 0.9 | 0.35 |
| Hex | AB | 9 | 9D | 0 | 5F | 8 | 21 | 131 | 5A | 23 |
| Octal | 253 | 11 | 235 | 0 | 137 | 10 | 41 | 461 | 132 | 43 |
| Binary | 10101011 | 1001 | 10011101 | 0 | 1011111 | 1000 | 100001 | 100110001 | 1011010 | 100011 |
Color Harmonies of #AB099D
Complementary color
Monochromatic Colors of #AB099D
Black with #AB099D
Text Example
Text Example
White with #AB099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB099D; }
p { color: rgb(171,9,157); }
H1.HeaderClassName
{
color: #AB099D;
}
.AnyTagClassName
{
color: #AB099D;
}
</style>
background-color css
<style>
a { background-color: #AB099D; }
a { background-color: rgb(171,9,157); }
div.DivClassName
{
background-color: #AB099D;
}
.BgClassName
{
background-color: #AB099D;
}
</style>
border-color css
<style>
span { border-color: #AB099D; }
span { border-color: rgb(171,9,157); }
td.TdClassName
{
border-color: #AB099D;
}
.TagClassName
{
border-color: #AB099D;
}
</style>