Shades of Dark Magenta #A20884
Tints of Dark Magenta #A20884
RGB
CMYK
RGB Variations
Color information
#A20884 (or 0xA20884) is known color: Dark Magenta. HEX triplet: A2, 08 and 84. RGB value is (162,8,132). Sum of RGB (Red+Green+Blue) = 162+8+132=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A20884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20884 is #5DF77B. Grayscale: #434343. Windows color (decimal): -6158204 or 8652962. OLE color: 8652962.
HSL color Cylindrical-coordinate representation of color #A20884: hue angle of 311.69º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20884 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 132 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.36 |
| HSL | 311.69º | 0.91% | 0.33% | - |
| HSV(B) | 311.69º | 0.95% | 0.64% | - |
| XYZ | 19.15 | 9.52 | 22.66 | - |
| YUV | 68.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 132 | 0 | 0.95 | 0.19 | 0.36 | 311.69 | 0.91 | 0.33 |
| Hex | A2 | 8 | 84 | 0 | 5F | 13 | 24 | 138 | 5B | 21 |
| Octal | 242 | 10 | 204 | 0 | 137 | 23 | 44 | 470 | 133 | 41 |
| Binary | 10100010 | 1000 | 10000100 | 0 | 1011111 | 10011 | 100100 | 100111000 | 1011011 | 100001 |
Color Harmonies of #A20884
Complementary color
Monochromatic Colors of #A20884
Black with #A20884
Text Example
Text Example
White with #A20884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20884; }
p { color: rgb(162,8,132); }
H1.HeaderClassName
{
color: #A20884;
}
.AnyTagClassName
{
color: #A20884;
}
</style>
background-color css
<style>
a { background-color: #A20884; }
a { background-color: rgb(162,8,132); }
div.DivClassName
{
background-color: #A20884;
}
.BgClassName
{
background-color: #A20884;
}
</style>
border-color css
<style>
span { border-color: #A20884; }
span { border-color: rgb(162,8,132); }
td.TdClassName
{
border-color: #A20884;
}
.TagClassName
{
border-color: #A20884;
}
</style>