Shades of Dark Magenta #A20687
Tints of Dark Magenta #A20687
RGB
CMYK
RGB Variations
Color information
#A20687 (or 0xA20687) is known color: Dark Magenta. HEX triplet: A2, 06 and 87. RGB value is (162,6,135). Sum of RGB (Red+Green+Blue) = 162+6+135=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A20687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20687 is #5DF978. Grayscale: #424242. Windows color (decimal): -6158713 or 8849058. OLE color: 8849058.
HSL color Cylindrical-coordinate representation of color #A20687: hue angle of 310.38º 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 #A20687 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 135 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.36 |
| HSL | 310.38º | 0.93% | 0.33% | - |
| HSV(B) | 310.38º | 0.96% | 0.64% | - |
| XYZ | 19.34 | 9.56 | 23.75 | - |
| YUV | 67.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 135 | 0 | 0.96 | 0.17 | 0.36 | 310.38 | 0.93 | 0.33 |
| Hex | A2 | 6 | 87 | 0 | 60 | 11 | 24 | 136 | 5D | 21 |
| Octal | 242 | 6 | 207 | 0 | 140 | 21 | 44 | 466 | 135 | 41 |
| Binary | 10100010 | 110 | 10000111 | 0 | 1100000 | 10001 | 100100 | 100110110 | 1011101 | 100001 |
Color Harmonies of #A20687
Complementary color
Monochromatic Colors of #A20687
Black with #A20687
Text Example
Text Example
White with #A20687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20687; }
p { color: rgb(162,6,135); }
H1.HeaderClassName
{
color: #A20687;
}
.AnyTagClassName
{
color: #A20687;
}
</style>
background-color css
<style>
a { background-color: #A20687; }
a { background-color: rgb(162,6,135); }
div.DivClassName
{
background-color: #A20687;
}
.BgClassName
{
background-color: #A20687;
}
</style>
border-color css
<style>
span { border-color: #A20687; }
span { border-color: rgb(162,6,135); }
td.TdClassName
{
border-color: #A20687;
}
.TagClassName
{
border-color: #A20687;
}
</style>