Shades of Dark Magenta #A2128C
Tints of Dark Magenta #A2128C
RGB
CMYK
RGB Variations
Color information
#A2128C (or 0xA2128C) is known color: Dark Magenta. HEX triplet: A2, 12 and 8C. RGB value is (162,18,140). Sum of RGB (Red+Green+Blue) = 162+18+140=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2128C is #5DED73. Grayscale: #4A4A4A. Windows color (decimal): -6155636 or 9179810. OLE color: 9179810.
HSL color Cylindrical-coordinate representation of color #A2128C: hue angle of 309.17º 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 #A2128C is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 140 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.36 |
| HSL | 309.17º | 0.8% | 0.35% | - |
| HSV(B) | 309.17º | 0.89% | 0.64% | - |
| XYZ | 19.85 | 10.01 | 25.7 | - |
| YUV | 74.96 | 164.71 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 140 | 0 | 0.89 | 0.14 | 0.36 | 309.17 | 0.8 | 0.35 |
| Hex | A2 | 12 | 8C | 0 | 59 | E | 24 | 135 | 50 | 23 |
| Octal | 242 | 22 | 214 | 0 | 131 | 16 | 44 | 465 | 120 | 43 |
| Binary | 10100010 | 10010 | 10001100 | 0 | 1011001 | 1110 | 100100 | 100110101 | 1010000 | 100011 |
Color Harmonies of #A2128C
Complementary color
Monochromatic Colors of #A2128C
Black with #A2128C
Text Example
Text Example
White with #A2128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2128C; }
p { color: rgb(162,18,140); }
H1.HeaderClassName
{
color: #A2128C;
}
.AnyTagClassName
{
color: #A2128C;
}
</style>
background-color css
<style>
a { background-color: #A2128C; }
a { background-color: rgb(162,18,140); }
div.DivClassName
{
background-color: #A2128C;
}
.BgClassName
{
background-color: #A2128C;
}
</style>
border-color css
<style>
span { border-color: #A2128C; }
span { border-color: rgb(162,18,140); }
td.TdClassName
{
border-color: #A2128C;
}
.TagClassName
{
border-color: #A2128C;
}
</style>