Shades of Dark Magenta #A1079C
Tints of Dark Magenta #A1079C
RGB
CMYK
RGB Variations
Color information
#A1079C (or 0xA1079C) is known color: Dark Magenta. HEX triplet: A1, 07 and 9C. RGB value is (161,7,156). Sum of RGB (Red+Green+Blue) = 161+7+156=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1079C is #5EF863. Grayscale: #454545. Windows color (decimal): -6223972 or 10225569. OLE color: 10225569.
HSL color Cylindrical-coordinate representation of color #A1079C: hue angle of 301.95º 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 #A1079C is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.37 |
| HSL | 301.95º | 0.92% | 0.33% | - |
| HSV(B) | 301.95º | 0.96% | 0.63% | - |
| XYZ | 20.77 | 10.13 | 32.31 | - |
| YUV | 70.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 156 | 0 | 0.96 | 0.03 | 0.37 | 301.95 | 0.92 | 0.33 |
| Hex | A1 | 7 | 9C | 0 | 60 | 3 | 25 | 12E | 5C | 21 |
| Octal | 241 | 7 | 234 | 0 | 140 | 3 | 45 | 456 | 134 | 41 |
| Binary | 10100001 | 111 | 10011100 | 0 | 1100000 | 11 | 100101 | 100101110 | 1011100 | 100001 |
Color Harmonies of #A1079C
Complementary color
Monochromatic Colors of #A1079C
Black with #A1079C
Text Example
Text Example
White with #A1079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1079C; }
p { color: rgb(161,7,156); }
H1.HeaderClassName
{
color: #A1079C;
}
.AnyTagClassName
{
color: #A1079C;
}
</style>
background-color css
<style>
a { background-color: #A1079C; }
a { background-color: rgb(161,7,156); }
div.DivClassName
{
background-color: #A1079C;
}
.BgClassName
{
background-color: #A1079C;
}
</style>
border-color css
<style>
span { border-color: #A1079C; }
span { border-color: rgb(161,7,156); }
td.TdClassName
{
border-color: #A1079C;
}
.TagClassName
{
border-color: #A1079C;
}
</style>