Shades of Dark Magenta #A1168C
Tints of Dark Magenta #A1168C
RGB
CMYK
RGB Variations
Color information
#A1168C (or 0xA1168C) is known color: Dark Magenta. HEX triplet: A1, 16 and 8C. RGB value is (161,22,140). Sum of RGB (Red+Green+Blue) = 161+22+140=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1168C is #5EE973. Grayscale: #4C4C4C. Windows color (decimal): -6220148 or 9180833. OLE color: 9180833.
HSL color Cylindrical-coordinate representation of color #A1168C: hue angle of 309.06º 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 #A1168C is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 140 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.37 |
| HSL | 309.06º | 0.76% | 0.36% | - |
| HSV(B) | 309.06º | 0.86% | 0.63% | - |
| XYZ | 19.72 | 10.04 | 25.71 | - |
| YUV | 77.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 140 | 0 | 0.86 | 0.13 | 0.37 | 309.06 | 0.76 | 0.36 |
| Hex | A1 | 16 | 8C | 0 | 56 | D | 25 | 135 | 4C | 24 |
| Octal | 241 | 26 | 214 | 0 | 126 | 15 | 45 | 465 | 114 | 44 |
| Binary | 10100001 | 10110 | 10001100 | 0 | 1010110 | 1101 | 100101 | 100110101 | 1001100 | 100100 |
Color Harmonies of #A1168C
Complementary color
Monochromatic Colors of #A1168C
Black with #A1168C
Text Example
Text Example
White with #A1168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1168C; }
p { color: rgb(161,22,140); }
H1.HeaderClassName
{
color: #A1168C;
}
.AnyTagClassName
{
color: #A1168C;
}
</style>
background-color css
<style>
a { background-color: #A1168C; }
a { background-color: rgb(161,22,140); }
div.DivClassName
{
background-color: #A1168C;
}
.BgClassName
{
background-color: #A1168C;
}
</style>
border-color css
<style>
span { border-color: #A1168C; }
span { border-color: rgb(161,22,140); }
td.TdClassName
{
border-color: #A1168C;
}
.TagClassName
{
border-color: #A1168C;
}
</style>