Shades of Dark Magenta #A0079A
Tints of Dark Magenta #A0079A
RGB
CMYK
RGB Variations
Color information
#A0079A (or 0xA0079A) is known color: Dark Magenta. HEX triplet: A0, 07 and 9A. RGB value is (160,7,154). Sum of RGB (Red+Green+Blue) = 160+7+154=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0079A is #5FF865. Grayscale: #454545. Windows color (decimal): -6289510 or 10094496. OLE color: 10094496.
HSL color Cylindrical-coordinate representation of color #A0079A: hue angle of 302.35º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0079A is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.37 |
| HSL | 302.35º | 0.92% | 0.33% | - |
| HSV(B) | 302.35º | 0.96% | 0.63% | - |
| XYZ | 20.41 | 9.96 | 31.42 | - |
| YUV | 69.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 154 | 0 | 0.96 | 0.04 | 0.37 | 302.35 | 0.92 | 0.33 |
| Hex | A0 | 7 | 9A | 0 | 60 | 4 | 25 | 12E | 5C | 21 |
| Octal | 240 | 7 | 232 | 0 | 140 | 4 | 45 | 456 | 134 | 41 |
| Binary | 10100000 | 111 | 10011010 | 0 | 1100000 | 100 | 100101 | 100101110 | 1011100 | 100001 |
Color Harmonies of #A0079A
Complementary color
Monochromatic Colors of #A0079A
Black with #A0079A
Text Example
Text Example
White with #A0079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0079A; }
p { color: rgb(160,7,154); }
H1.HeaderClassName
{
color: #A0079A;
}
.AnyTagClassName
{
color: #A0079A;
}
</style>
background-color css
<style>
a { background-color: #A0079A; }
a { background-color: rgb(160,7,154); }
div.DivClassName
{
background-color: #A0079A;
}
.BgClassName
{
background-color: #A0079A;
}
</style>
border-color css
<style>
span { border-color: #A0079A; }
span { border-color: rgb(160,7,154); }
td.TdClassName
{
border-color: #A0079A;
}
.TagClassName
{
border-color: #A0079A;
}
</style>