Shades of Dark Magenta #A71095
Tints of Dark Magenta #A71095
RGB
CMYK
RGB Variations
Color information
#A71095 (or 0xA71095) is known color: Dark Magenta. HEX triplet: A7, 10 and 95. RGB value is (167,16,149). Sum of RGB (Red+Green+Blue) = 167+16+149=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A71095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71095 is #58EF6A. Grayscale: #4B4B4B. Windows color (decimal): -5828459 or 9769127. OLE color: 9769127.
HSL color Cylindrical-coordinate representation of color #A71095: hue angle of 307.15º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71095 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 16 | 149 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.35 |
| HSL | 307.15º | 0.83% | 0.36% | - |
| HSV(B) | 307.15º | 0.9% | 0.65% | - |
| XYZ | 21.55 | 10.76 | 29.37 | - |
| YUV | 76.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 149 | 0 | 0.90 | 0.11 | 0.35 | 307.15 | 0.83 | 0.36 |
| Hex | A7 | 10 | 95 | 0 | 5A | B | 23 | 133 | 53 | 24 |
| Octal | 247 | 20 | 225 | 0 | 132 | 13 | 43 | 463 | 123 | 44 |
| Binary | 10100111 | 10000 | 10010101 | 0 | 1011010 | 1011 | 100011 | 100110011 | 1010011 | 100100 |
Color Harmonies of #A71095
Complementary color
Monochromatic Colors of #A71095
Black with #A71095
Text Example
Text Example
White with #A71095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71095; }
p { color: rgb(167,16,149); }
H1.HeaderClassName
{
color: #A71095;
}
.AnyTagClassName
{
color: #A71095;
}
</style>
background-color css
<style>
a { background-color: #A71095; }
a { background-color: rgb(167,16,149); }
div.DivClassName
{
background-color: #A71095;
}
.BgClassName
{
background-color: #A71095;
}
</style>
border-color css
<style>
span { border-color: #A71095; }
span { border-color: rgb(167,16,149); }
td.TdClassName
{
border-color: #A71095;
}
.TagClassName
{
border-color: #A71095;
}
</style>