Shades of Dark Magenta #A2079A
Tints of Dark Magenta #A2079A
RGB
CMYK
RGB Variations
Color information
#A2079A (or 0xA2079A) is known color: Dark Magenta. HEX triplet: A2, 07 and 9A. RGB value is (162,7,154). Sum of RGB (Red+Green+Blue) = 162+7+154=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2079A is #5DF865. Grayscale: #454545. Windows color (decimal): -6158438 or 10094498. OLE color: 10094498.
HSL color Cylindrical-coordinate representation of color #A2079A: hue angle of 303.1º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2079A is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.36 |
| HSL | 303.1º | 0.92% | 0.33% | - |
| HSV(B) | 303.1º | 0.96% | 0.64% | - |
| XYZ | 20.81 | 10.17 | 31.44 | - |
| YUV | 70.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 154 | 0 | 0.96 | 0.05 | 0.36 | 303.1 | 0.92 | 0.33 |
| Hex | A2 | 7 | 9A | 0 | 60 | 5 | 24 | 12F | 5C | 21 |
| Octal | 242 | 7 | 232 | 0 | 140 | 5 | 44 | 457 | 134 | 41 |
| Binary | 10100010 | 111 | 10011010 | 0 | 1100000 | 101 | 100100 | 100101111 | 1011100 | 100001 |
Color Harmonies of #A2079A
Complementary color
Monochromatic Colors of #A2079A
Black with #A2079A
Text Example
Text Example
White with #A2079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2079A; }
p { color: rgb(162,7,154); }
H1.HeaderClassName
{
color: #A2079A;
}
.AnyTagClassName
{
color: #A2079A;
}
</style>
background-color css
<style>
a { background-color: #A2079A; }
a { background-color: rgb(162,7,154); }
div.DivClassName
{
background-color: #A2079A;
}
.BgClassName
{
background-color: #A2079A;
}
</style>
border-color css
<style>
span { border-color: #A2079A; }
span { border-color: rgb(162,7,154); }
td.TdClassName
{
border-color: #A2079A;
}
.TagClassName
{
border-color: #A2079A;
}
</style>