Shades of Dark Magenta #A2088D
Tints of Dark Magenta #A2088D
RGB
CMYK
RGB Variations
Color information
#A2088D (or 0xA2088D) is known color: Dark Magenta. HEX triplet: A2, 08 and 8D. RGB value is (162,8,141). Sum of RGB (Red+Green+Blue) = 162+8+141=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2088D is #5DF772. Grayscale: #444444. Windows color (decimal): -6158195 or 9242786. OLE color: 9242786.
HSL color Cylindrical-coordinate representation of color #A2088D: hue angle of 308.18º 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 #A2088D is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 141 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.36 |
| HSL | 308.18º | 0.91% | 0.33% | - |
| HSV(B) | 308.18º | 0.95% | 0.64% | - |
| XYZ | 19.79 | 9.78 | 26.04 | - |
| YUV | 69.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 141 | 0 | 0.95 | 0.13 | 0.36 | 308.18 | 0.91 | 0.33 |
| Hex | A2 | 8 | 8D | 0 | 5F | D | 24 | 134 | 5B | 21 |
| Octal | 242 | 10 | 215 | 0 | 137 | 15 | 44 | 464 | 133 | 41 |
| Binary | 10100010 | 1000 | 10001101 | 0 | 1011111 | 1101 | 100100 | 100110100 | 1011011 | 100001 |
Color Harmonies of #A2088D
Complementary color
Monochromatic Colors of #A2088D
Black with #A2088D
Text Example
Text Example
White with #A2088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2088D; }
p { color: rgb(162,8,141); }
H1.HeaderClassName
{
color: #A2088D;
}
.AnyTagClassName
{
color: #A2088D;
}
</style>
background-color css
<style>
a { background-color: #A2088D; }
a { background-color: rgb(162,8,141); }
div.DivClassName
{
background-color: #A2088D;
}
.BgClassName
{
background-color: #A2088D;
}
</style>
border-color css
<style>
span { border-color: #A2088D; }
span { border-color: rgb(162,8,141); }
td.TdClassName
{
border-color: #A2088D;
}
.TagClassName
{
border-color: #A2088D;
}
</style>