Shades of Dark Magenta #A1168E
Tints of Dark Magenta #A1168E
RGB
CMYK
RGB Variations
Color information
#A1168E (or 0xA1168E) is known color: Dark Magenta. HEX triplet: A1, 16 and 8E. RGB value is (161,22,142). Sum of RGB (Red+Green+Blue) = 161+22+142=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1168E is #5EE971. Grayscale: #4C4C4C. Windows color (decimal): -6220146 or 9311905. OLE color: 9311905.
HSL color Cylindrical-coordinate representation of color #A1168E: hue angle of 308.2º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1168E is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 142 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.37 |
| HSL | 308.2º | 0.76% | 0.36% | - |
| HSV(B) | 308.2º | 0.86% | 0.63% | - |
| XYZ | 19.87 | 10.1 | 26.49 | - |
| YUV | 77.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 142 | 0 | 0.86 | 0.12 | 0.37 | 308.2 | 0.76 | 0.36 |
| Hex | A1 | 16 | 8E | 0 | 56 | C | 25 | 134 | 4C | 24 |
| Octal | 241 | 26 | 216 | 0 | 126 | 14 | 45 | 464 | 114 | 44 |
| Binary | 10100001 | 10110 | 10001110 | 0 | 1010110 | 1100 | 100101 | 100110100 | 1001100 | 100100 |
Color Harmonies of #A1168E
Complementary color
Monochromatic Colors of #A1168E
Black with #A1168E
Text Example
Text Example
White with #A1168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1168E; }
p { color: rgb(161,22,142); }
H1.HeaderClassName
{
color: #A1168E;
}
.AnyTagClassName
{
color: #A1168E;
}
</style>
background-color css
<style>
a { background-color: #A1168E; }
a { background-color: rgb(161,22,142); }
div.DivClassName
{
background-color: #A1168E;
}
.BgClassName
{
background-color: #A1168E;
}
</style>
border-color css
<style>
span { border-color: #A1168E; }
span { border-color: rgb(161,22,142); }
td.TdClassName
{
border-color: #A1168E;
}
.TagClassName
{
border-color: #A1168E;
}
</style>