Shades of Dark Magenta #A2079D
Tints of Dark Magenta #A2079D
RGB
CMYK
RGB Variations
Color information
#A2079D (or 0xA2079D) is known color: Dark Magenta. HEX triplet: A2, 07 and 9D. RGB value is (162,7,157). Sum of RGB (Red+Green+Blue) = 162+7+157=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2079D is #5DF862. Grayscale: #464646. Windows color (decimal): -6158435 or 10291106. OLE color: 10291106.
HSL color Cylindrical-coordinate representation of color #A2079D: hue angle of 301.94º 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 #A2079D is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 157 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.36 |
| HSL | 301.94º | 0.92% | 0.33% | - |
| HSV(B) | 301.94º | 0.96% | 0.64% | - |
| XYZ | 21.06 | 10.27 | 32.77 | - |
| YUV | 70.45 | 176.85 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 157 | 0 | 0.96 | 0.03 | 0.36 | 301.94 | 0.92 | 0.33 |
| Hex | A2 | 7 | 9D | 0 | 60 | 3 | 24 | 12E | 5C | 21 |
| Octal | 242 | 7 | 235 | 0 | 140 | 3 | 44 | 456 | 134 | 41 |
| Binary | 10100010 | 111 | 10011101 | 0 | 1100000 | 11 | 100100 | 100101110 | 1011100 | 100001 |
Color Harmonies of #A2079D
Complementary color
Monochromatic Colors of #A2079D
Black with #A2079D
Text Example
Text Example
White with #A2079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2079D; }
p { color: rgb(162,7,157); }
H1.HeaderClassName
{
color: #A2079D;
}
.AnyTagClassName
{
color: #A2079D;
}
</style>
background-color css
<style>
a { background-color: #A2079D; }
a { background-color: rgb(162,7,157); }
div.DivClassName
{
background-color: #A2079D;
}
.BgClassName
{
background-color: #A2079D;
}
</style>
border-color css
<style>
span { border-color: #A2079D; }
span { border-color: rgb(162,7,157); }
td.TdClassName
{
border-color: #A2079D;
}
.TagClassName
{
border-color: #A2079D;
}
</style>