Shades of Dark Magenta #A20682
Tints of Dark Magenta #A20682
RGB
CMYK
RGB Variations
Color information
#A20682 (or 0xA20682) is known color: Dark Magenta. HEX triplet: A2, 06 and 82. RGB value is (162,6,130). Sum of RGB (Red+Green+Blue) = 162+6+130=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A20682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20682 is #5DF97D. Grayscale: #424242. Windows color (decimal): -6158718 or 8521378. OLE color: 8521378.
HSL color Cylindrical-coordinate representation of color #A20682: hue angle of 312.31º degrees, saturation: 0.93, 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 #A20682 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 130 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.36 |
| HSL | 312.31º | 0.93% | 0.33% | - |
| HSV(B) | 312.31º | 0.96% | 0.64% | - |
| XYZ | 18.99 | 9.42 | 21.94 | - |
| YUV | 66.78 | 163.68 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 130 | 0 | 0.96 | 0.20 | 0.36 | 312.31 | 0.93 | 0.33 |
| Hex | A2 | 6 | 82 | 0 | 60 | 14 | 24 | 138 | 5D | 21 |
| Octal | 242 | 6 | 202 | 0 | 140 | 24 | 44 | 470 | 135 | 41 |
| Binary | 10100010 | 110 | 10000010 | 0 | 1100000 | 10100 | 100100 | 100111000 | 1011101 | 100001 |
Color Harmonies of #A20682
Complementary color
Monochromatic Colors of #A20682
Black with #A20682
Text Example
Text Example
White with #A20682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20682; }
p { color: rgb(162,6,130); }
H1.HeaderClassName
{
color: #A20682;
}
.AnyTagClassName
{
color: #A20682;
}
</style>
background-color css
<style>
a { background-color: #A20682; }
a { background-color: rgb(162,6,130); }
div.DivClassName
{
background-color: #A20682;
}
.BgClassName
{
background-color: #A20682;
}
</style>
border-color css
<style>
span { border-color: #A20682; }
span { border-color: rgb(162,6,130); }
td.TdClassName
{
border-color: #A20682;
}
.TagClassName
{
border-color: #A20682;
}
</style>