Shades of Dark Magenta #A20782
Tints of Dark Magenta #A20782
RGB
CMYK
RGB Variations
Color information
#A20782 (or 0xA20782) is known color: Dark Magenta. HEX triplet: A2, 07 and 82. RGB value is (162,7,130). Sum of RGB (Red+Green+Blue) = 162+7+130=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A20782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20782 is #5DF87D. Grayscale: #434343. Windows color (decimal): -6158462 or 8521634. OLE color: 8521634.
HSL color Cylindrical-coordinate representation of color #A20782: hue angle of 312.39º 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 #A20782 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 130 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.36 |
| HSL | 312.39º | 0.92% | 0.33% | - |
| HSV(B) | 312.39º | 0.96% | 0.64% | - |
| XYZ | 19.01 | 9.45 | 21.94 | - |
| YUV | 67.37 | 163.35 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 130 | 0 | 0.96 | 0.20 | 0.36 | 312.39 | 0.92 | 0.33 |
| Hex | A2 | 7 | 82 | 0 | 60 | 14 | 24 | 138 | 5C | 21 |
| Octal | 242 | 7 | 202 | 0 | 140 | 24 | 44 | 470 | 134 | 41 |
| Binary | 10100010 | 111 | 10000010 | 0 | 1100000 | 10100 | 100100 | 100111000 | 1011100 | 100001 |
Color Harmonies of #A20782
Complementary color
Monochromatic Colors of #A20782
Black with #A20782
Text Example
Text Example
White with #A20782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20782; }
p { color: rgb(162,7,130); }
H1.HeaderClassName
{
color: #A20782;
}
.AnyTagClassName
{
color: #A20782;
}
</style>
background-color css
<style>
a { background-color: #A20782; }
a { background-color: rgb(162,7,130); }
div.DivClassName
{
background-color: #A20782;
}
.BgClassName
{
background-color: #A20782;
}
</style>
border-color css
<style>
span { border-color: #A20782; }
span { border-color: rgb(162,7,130); }
td.TdClassName
{
border-color: #A20782;
}
.TagClassName
{
border-color: #A20782;
}
</style>