Shades of Dark Magenta #A20188
Tints of Dark Magenta #A20188
RGB
CMYK
RGB Variations
Color information
#A20188 (or 0xA20188) is known color: Dark Magenta. HEX triplet: A2, 01 and 88. RGB value is (162,1,136). Sum of RGB (Red+Green+Blue) = 162+1+136=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A20188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20188 is #5DFE77. Grayscale: #404040. Windows color (decimal): -6159992 or 8913314. OLE color: 8913314.
HSL color Cylindrical-coordinate representation of color #A20188: hue angle of 309.69º 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 #A20188 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.36 |
| HSL | 309.69º | 0.99% | 0.32% | - |
| HSV(B) | 309.69º | 0.99% | 0.64% | - |
| XYZ | 19.36 | 9.48 | 24.1 | - |
| YUV | 64.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 136 | 0 | 0.99 | 0.16 | 0.36 | 309.69 | 0.99 | 0.32 |
| Hex | A2 | 1 | 88 | 0 | 63 | 10 | 24 | 136 | 63 | 20 |
| Octal | 242 | 1 | 210 | 0 | 143 | 20 | 44 | 466 | 143 | 40 |
| Binary | 10100010 | 1 | 10001000 | 0 | 1100011 | 10000 | 100100 | 100110110 | 1100011 | 100000 |
Color Harmonies of #A20188
Complementary color
Monochromatic Colors of #A20188
Black with #A20188
Text Example
Text Example
White with #A20188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20188; }
p { color: rgb(162,1,136); }
H1.HeaderClassName
{
color: #A20188;
}
.AnyTagClassName
{
color: #A20188;
}
</style>
background-color css
<style>
a { background-color: #A20188; }
a { background-color: rgb(162,1,136); }
div.DivClassName
{
background-color: #A20188;
}
.BgClassName
{
background-color: #A20188;
}
</style>
border-color css
<style>
span { border-color: #A20188; }
span { border-color: rgb(162,1,136); }
td.TdClassName
{
border-color: #A20188;
}
.TagClassName
{
border-color: #A20188;
}
</style>