Shades of Dark Magenta #A0079B
Tints of Dark Magenta #A0079B
RGB
CMYK
RGB Variations
Color information
#A0079B (or 0xA0079B) is known color: Dark Magenta. HEX triplet: A0, 07 and 9B. RGB value is (160,7,155). Sum of RGB (Red+Green+Blue) = 160+7+155=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0079B is #5FF864. Grayscale: #454545. Windows color (decimal): -6289509 or 10160032. OLE color: 10160032.
HSL color Cylindrical-coordinate representation of color #A0079B: hue angle of 301.96º 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 #A0079B is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 155 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.37 |
| HSL | 301.96º | 0.92% | 0.33% | - |
| HSV(B) | 301.96º | 0.96% | 0.63% | - |
| XYZ | 20.49 | 9.99 | 31.86 | - |
| YUV | 69.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 155 | 0 | 0.96 | 0.03 | 0.37 | 301.96 | 0.92 | 0.33 |
| Hex | A0 | 7 | 9B | 0 | 60 | 3 | 25 | 12E | 5C | 21 |
| Octal | 240 | 7 | 233 | 0 | 140 | 3 | 45 | 456 | 134 | 41 |
| Binary | 10100000 | 111 | 10011011 | 0 | 1100000 | 11 | 100101 | 100101110 | 1011100 | 100001 |
Color Harmonies of #A0079B
Complementary color
Monochromatic Colors of #A0079B
Black with #A0079B
Text Example
Text Example
White with #A0079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0079B; }
p { color: rgb(160,7,155); }
H1.HeaderClassName
{
color: #A0079B;
}
.AnyTagClassName
{
color: #A0079B;
}
</style>
background-color css
<style>
a { background-color: #A0079B; }
a { background-color: rgb(160,7,155); }
div.DivClassName
{
background-color: #A0079B;
}
.BgClassName
{
background-color: #A0079B;
}
</style>
border-color css
<style>
span { border-color: #A0079B; }
span { border-color: rgb(160,7,155); }
td.TdClassName
{
border-color: #A0079B;
}
.TagClassName
{
border-color: #A0079B;
}
</style>