Shades of Dark Magenta #AB079D
Tints of Dark Magenta #AB079D
RGB
CMYK
RGB Variations
Color information
#AB079D (or 0xAB079D) is known color: Dark Magenta. HEX triplet: AB, 07 and 9D. RGB value is (171,7,157). Sum of RGB (Red+Green+Blue) = 171+7+157=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB079D is #54F862. Grayscale: #484848. Windows color (decimal): -5568611 or 10291115. OLE color: 10291115.
HSL color Cylindrical-coordinate representation of color #AB079D: hue angle of 305.12º 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 #AB079D is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 157 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.33 |
| HSL | 305.12º | 0.92% | 0.35% | - |
| HSV(B) | 305.12º | 0.96% | 0.67% | - |
| XYZ | 22.96 | 11.24 | 32.86 | - |
| YUV | 73.14 | 175.33 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 157 | 0 | 0.96 | 0.08 | 0.33 | 305.12 | 0.92 | 0.35 |
| Hex | AB | 7 | 9D | 0 | 60 | 8 | 21 | 131 | 5C | 23 |
| Octal | 253 | 7 | 235 | 0 | 140 | 10 | 41 | 461 | 134 | 43 |
| Binary | 10101011 | 111 | 10011101 | 0 | 1100000 | 1000 | 100001 | 100110001 | 1011100 | 100011 |
Color Harmonies of #AB079D
Complementary color
Monochromatic Colors of #AB079D
Black with #AB079D
Text Example
Text Example
White with #AB079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB079D; }
p { color: rgb(171,7,157); }
H1.HeaderClassName
{
color: #AB079D;
}
.AnyTagClassName
{
color: #AB079D;
}
</style>
background-color css
<style>
a { background-color: #AB079D; }
a { background-color: rgb(171,7,157); }
div.DivClassName
{
background-color: #AB079D;
}
.BgClassName
{
background-color: #AB079D;
}
</style>
border-color css
<style>
span { border-color: #AB079D; }
span { border-color: rgb(171,7,157); }
td.TdClassName
{
border-color: #AB079D;
}
.TagClassName
{
border-color: #AB079D;
}
</style>