Shades of Dark Magenta #A2128B
Tints of Dark Magenta #A2128B
RGB
CMYK
RGB Variations
Color information
#A2128B (or 0xA2128B) is known color: Dark Magenta. HEX triplet: A2, 12 and 8B. RGB value is (162,18,139). Sum of RGB (Red+Green+Blue) = 162+18+139=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2128B is #5DED74. Grayscale: #4A4A4A. Windows color (decimal): -6155637 or 9114274. OLE color: 9114274.
HSL color Cylindrical-coordinate representation of color #A2128B: hue angle of 309.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2128B is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 139 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.36 |
| HSL | 309.58º | 0.8% | 0.35% | - |
| HSV(B) | 309.58º | 0.89% | 0.64% | - |
| XYZ | 19.78 | 9.98 | 25.31 | - |
| YUV | 74.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 139 | 0 | 0.89 | 0.14 | 0.36 | 309.58 | 0.8 | 0.35 |
| Hex | A2 | 12 | 8B | 0 | 59 | E | 24 | 136 | 50 | 23 |
| Octal | 242 | 22 | 213 | 0 | 131 | 16 | 44 | 466 | 120 | 43 |
| Binary | 10100010 | 10010 | 10001011 | 0 | 1011001 | 1110 | 100100 | 100110110 | 1010000 | 100011 |
Color Harmonies of #A2128B
Complementary color
Monochromatic Colors of #A2128B
Black with #A2128B
Text Example
Text Example
White with #A2128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2128B; }
p { color: rgb(162,18,139); }
H1.HeaderClassName
{
color: #A2128B;
}
.AnyTagClassName
{
color: #A2128B;
}
</style>
background-color css
<style>
a { background-color: #A2128B; }
a { background-color: rgb(162,18,139); }
div.DivClassName
{
background-color: #A2128B;
}
.BgClassName
{
background-color: #A2128B;
}
</style>
border-color css
<style>
span { border-color: #A2128B; }
span { border-color: rgb(162,18,139); }
td.TdClassName
{
border-color: #A2128B;
}
.TagClassName
{
border-color: #A2128B;
}
</style>