Shades of Dark Magenta #A2168D
Tints of Dark Magenta #A2168D
RGB
CMYK
RGB Variations
Color information
#A2168D (or 0xA2168D) is known color: Dark Magenta. HEX triplet: A2, 16 and 8D. RGB value is (162,22,141). Sum of RGB (Red+Green+Blue) = 162+22+141=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2168D is #5DE972. Grayscale: #4D4D4D. Windows color (decimal): -6154611 or 9246370. OLE color: 9246370.
HSL color Cylindrical-coordinate representation of color #A2168D: hue angle of 309º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2168D is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 141 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.36 |
| HSL | 309º | 0.76% | 0.36% | - |
| HSV(B) | 309º | 0.86% | 0.64% | - |
| XYZ | 19.99 | 10.18 | 26.11 | - |
| YUV | 77.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 141 | 0 | 0.86 | 0.13 | 0.36 | 309 | 0.76 | 0.36 |
| Hex | A2 | 16 | 8D | 0 | 56 | D | 24 | 135 | 4C | 24 |
| Octal | 242 | 26 | 215 | 0 | 126 | 15 | 44 | 465 | 114 | 44 |
| Binary | 10100010 | 10110 | 10001101 | 0 | 1010110 | 1101 | 100100 | 100110101 | 1001100 | 100100 |
Color Harmonies of #A2168D
Complementary color
Monochromatic Colors of #A2168D
Black with #A2168D
Text Example
Text Example
White with #A2168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2168D; }
p { color: rgb(162,22,141); }
H1.HeaderClassName
{
color: #A2168D;
}
.AnyTagClassName
{
color: #A2168D;
}
</style>
background-color css
<style>
a { background-color: #A2168D; }
a { background-color: rgb(162,22,141); }
div.DivClassName
{
background-color: #A2168D;
}
.BgClassName
{
background-color: #A2168D;
}
</style>
border-color css
<style>
span { border-color: #A2168D; }
span { border-color: rgb(162,22,141); }
td.TdClassName
{
border-color: #A2168D;
}
.TagClassName
{
border-color: #A2168D;
}
</style>