Shades of Dark Magenta #A20183
Tints of Dark Magenta #A20183
RGB
CMYK
RGB Variations
Color information
#A20183 (or 0xA20183) is known color: Dark Magenta. HEX triplet: A2, 01 and 83. RGB value is (162,1,131). Sum of RGB (Red+Green+Blue) = 162+1+131=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A20183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20183 is #5DFE7C. Grayscale: #3F3F3F. Windows color (decimal): -6159997 or 8585634. OLE color: 8585634.
HSL color Cylindrical-coordinate representation of color #A20183: hue angle of 311.55º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20183 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.36 |
| HSL | 311.55º | 0.99% | 0.32% | - |
| HSV(B) | 311.55º | 0.99% | 0.64% | - |
| XYZ | 19.01 | 9.34 | 22.27 | - |
| YUV | 63.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 131 | 0 | 0.99 | 0.19 | 0.36 | 311.55 | 0.99 | 0.32 |
| Hex | A2 | 1 | 83 | 0 | 63 | 13 | 24 | 138 | 63 | 20 |
| Octal | 242 | 1 | 203 | 0 | 143 | 23 | 44 | 470 | 143 | 40 |
| Binary | 10100010 | 1 | 10000011 | 0 | 1100011 | 10011 | 100100 | 100111000 | 1100011 | 100000 |
Color Harmonies of #A20183
Complementary color
Monochromatic Colors of #A20183
Black with #A20183
Text Example
Text Example
White with #A20183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20183; }
p { color: rgb(162,1,131); }
H1.HeaderClassName
{
color: #A20183;
}
.AnyTagClassName
{
color: #A20183;
}
</style>
background-color css
<style>
a { background-color: #A20183; }
a { background-color: rgb(162,1,131); }
div.DivClassName
{
background-color: #A20183;
}
.BgClassName
{
background-color: #A20183;
}
</style>
border-color css
<style>
span { border-color: #A20183; }
span { border-color: rgb(162,1,131); }
td.TdClassName
{
border-color: #A20183;
}
.TagClassName
{
border-color: #A20183;
}
</style>