Shades of Dark Magenta #A20787
Tints of Dark Magenta #A20787
RGB
CMYK
RGB Variations
Color information
#A20787 (or 0xA20787) is known color: Dark Magenta. HEX triplet: A2, 07 and 87. RGB value is (162,7,135). Sum of RGB (Red+Green+Blue) = 162+7+135=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A20787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20787 is #5DF878. Grayscale: #434343. Windows color (decimal): -6158457 or 8849314. OLE color: 8849314.
HSL color Cylindrical-coordinate representation of color #A20787: hue angle of 310.45º 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 #A20787 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 135 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.36 |
| HSL | 310.45º | 0.92% | 0.33% | - |
| HSV(B) | 310.45º | 0.96% | 0.64% | - |
| XYZ | 19.35 | 9.58 | 23.75 | - |
| YUV | 67.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 135 | 0 | 0.96 | 0.17 | 0.36 | 310.45 | 0.92 | 0.33 |
| Hex | A2 | 7 | 87 | 0 | 60 | 11 | 24 | 136 | 5C | 21 |
| Octal | 242 | 7 | 207 | 0 | 140 | 21 | 44 | 466 | 134 | 41 |
| Binary | 10100010 | 111 | 10000111 | 0 | 1100000 | 10001 | 100100 | 100110110 | 1011100 | 100001 |
Color Harmonies of #A20787
Complementary color
Monochromatic Colors of #A20787
Black with #A20787
Text Example
Text Example
White with #A20787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20787; }
p { color: rgb(162,7,135); }
H1.HeaderClassName
{
color: #A20787;
}
.AnyTagClassName
{
color: #A20787;
}
</style>
background-color css
<style>
a { background-color: #A20787; }
a { background-color: rgb(162,7,135); }
div.DivClassName
{
background-color: #A20787;
}
.BgClassName
{
background-color: #A20787;
}
</style>
border-color css
<style>
span { border-color: #A20787; }
span { border-color: rgb(162,7,135); }
td.TdClassName
{
border-color: #A20787;
}
.TagClassName
{
border-color: #A20787;
}
</style>