Shades of Dark Magenta #A1078C
Tints of Dark Magenta #A1078C
RGB
CMYK
RGB Variations
Color information
#A1078C (or 0xA1078C) is known color: Dark Magenta. HEX triplet: A1, 07 and 8C. RGB value is (161,7,140). Sum of RGB (Red+Green+Blue) = 161+7+140=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1078C is #5EF873. Grayscale: #434343. Windows color (decimal): -6223988 or 9176993. OLE color: 9176993.
HSL color Cylindrical-coordinate representation of color #A1078C: hue angle of 308.18º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1078C is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 140 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.37 |
| HSL | 308.18º | 0.92% | 0.33% | - |
| HSV(B) | 308.18º | 0.96% | 0.63% | - |
| XYZ | 19.51 | 9.62 | 25.64 | - |
| YUV | 68.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 140 | 0 | 0.96 | 0.13 | 0.37 | 308.18 | 0.92 | 0.33 |
| Hex | A1 | 7 | 8C | 0 | 60 | D | 25 | 134 | 5C | 21 |
| Octal | 241 | 7 | 214 | 0 | 140 | 15 | 45 | 464 | 134 | 41 |
| Binary | 10100001 | 111 | 10001100 | 0 | 1100000 | 1101 | 100101 | 100110100 | 1011100 | 100001 |
Color Harmonies of #A1078C
Complementary color
Monochromatic Colors of #A1078C
Black with #A1078C
Text Example
Text Example
White with #A1078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1078C; }
p { color: rgb(161,7,140); }
H1.HeaderClassName
{
color: #A1078C;
}
.AnyTagClassName
{
color: #A1078C;
}
</style>
background-color css
<style>
a { background-color: #A1078C; }
a { background-color: rgb(161,7,140); }
div.DivClassName
{
background-color: #A1078C;
}
.BgClassName
{
background-color: #A1078C;
}
</style>
border-color css
<style>
span { border-color: #A1078C; }
span { border-color: rgb(161,7,140); }
td.TdClassName
{
border-color: #A1078C;
}
.TagClassName
{
border-color: #A1078C;
}
</style>