Shades of Dark Magenta #AB079E
Tints of Dark Magenta #AB079E
RGB
CMYK
RGB Variations
Color information
#AB079E (or 0xAB079E) is known color: Dark Magenta. HEX triplet: AB, 07 and 9E. RGB value is (171,7,158). Sum of RGB (Red+Green+Blue) = 171+7+158=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB079E is #54F861. Grayscale: #484848. Windows color (decimal): -5568610 or 10356651. OLE color: 10356651.
HSL color Cylindrical-coordinate representation of color #AB079E: hue angle of 304.76º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB079E is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 158 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.33 |
| HSL | 304.76º | 0.92% | 0.35% | - |
| HSV(B) | 304.76º | 0.96% | 0.67% | - |
| XYZ | 23.04 | 11.28 | 33.31 | - |
| YUV | 73.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 158 | 0 | 0.96 | 0.08 | 0.33 | 304.76 | 0.92 | 0.35 |
| Hex | AB | 7 | 9E | 0 | 60 | 8 | 21 | 131 | 5C | 23 |
| Octal | 253 | 7 | 236 | 0 | 140 | 10 | 41 | 461 | 134 | 43 |
| Binary | 10101011 | 111 | 10011110 | 0 | 1100000 | 1000 | 100001 | 100110001 | 1011100 | 100011 |
Color Harmonies of #AB079E
Complementary color
Monochromatic Colors of #AB079E
Black with #AB079E
Text Example
Text Example
White with #AB079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB079E; }
p { color: rgb(171,7,158); }
H1.HeaderClassName
{
color: #AB079E;
}
.AnyTagClassName
{
color: #AB079E;
}
</style>
background-color css
<style>
a { background-color: #AB079E; }
a { background-color: rgb(171,7,158); }
div.DivClassName
{
background-color: #AB079E;
}
.BgClassName
{
background-color: #AB079E;
}
</style>
border-color css
<style>
span { border-color: #AB079E; }
span { border-color: rgb(171,7,158); }
td.TdClassName
{
border-color: #AB079E;
}
.TagClassName
{
border-color: #AB079E;
}
</style>