Shades of Dark Magenta #A0078E
Tints of Dark Magenta #A0078E
RGB
CMYK
RGB Variations
Color information
#A0078E (or 0xA0078E) is known color: Dark Magenta. HEX triplet: A0, 07 and 8E. RGB value is (160,7,142). Sum of RGB (Red+Green+Blue) = 160+7+142=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0078E is #5FF871. Grayscale: #434343. Windows color (decimal): -6289522 or 9308064. OLE color: 9308064.
HSL color Cylindrical-coordinate representation of color #A0078E: hue angle of 307.06º 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 #A0078E is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 142 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.37 |
| HSL | 307.06º | 0.92% | 0.33% | - |
| HSV(B) | 307.06º | 0.96% | 0.63% | - |
| XYZ | 19.46 | 9.58 | 26.41 | - |
| YUV | 68.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 142 | 0 | 0.96 | 0.11 | 0.37 | 307.06 | 0.92 | 0.33 |
| Hex | A0 | 7 | 8E | 0 | 60 | B | 25 | 133 | 5C | 21 |
| Octal | 240 | 7 | 216 | 0 | 140 | 13 | 45 | 463 | 134 | 41 |
| Binary | 10100000 | 111 | 10001110 | 0 | 1100000 | 1011 | 100101 | 100110011 | 1011100 | 100001 |
Color Harmonies of #A0078E
Complementary color
Monochromatic Colors of #A0078E
Black with #A0078E
Text Example
Text Example
White with #A0078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0078E; }
p { color: rgb(160,7,142); }
H1.HeaderClassName
{
color: #A0078E;
}
.AnyTagClassName
{
color: #A0078E;
}
</style>
background-color css
<style>
a { background-color: #A0078E; }
a { background-color: rgb(160,7,142); }
div.DivClassName
{
background-color: #A0078E;
}
.BgClassName
{
background-color: #A0078E;
}
</style>
border-color css
<style>
span { border-color: #A0078E; }
span { border-color: rgb(160,7,142); }
td.TdClassName
{
border-color: #A0078E;
}
.TagClassName
{
border-color: #A0078E;
}
</style>