Shades of Dark Magenta #A71C9C
Tints of Dark Magenta #A71C9C
RGB
CMYK
RGB Variations
Color information
#A71C9C (or 0xA71C9C) is known color: Dark Magenta. HEX triplet: A7, 1C and 9C. RGB value is (167,28,156). Sum of RGB (Red+Green+Blue) = 167+28+156=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71C9C is #58E363. Grayscale: #535353. Windows color (decimal): -5825380 or 10230951. OLE color: 10230951.
HSL color Cylindrical-coordinate representation of color #A71C9C: hue angle of 304.75º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71C9C is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 156 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.35 |
| HSL | 304.75º | 0.71% | 0.38% | - |
| HSV(B) | 304.75º | 0.83% | 0.65% | - |
| XYZ | 22.35 | 11.45 | 32.48 | - |
| YUV | 84.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 156 | 0 | 0.83 | 0.07 | 0.35 | 304.75 | 0.71 | 0.38 |
| Hex | A7 | 1C | 9C | 0 | 53 | 7 | 23 | 131 | 47 | 26 |
| Octal | 247 | 34 | 234 | 0 | 123 | 7 | 43 | 461 | 107 | 46 |
| Binary | 10100111 | 11100 | 10011100 | 0 | 1010011 | 111 | 100011 | 100110001 | 1000111 | 100110 |
Color Harmonies of #A71C9C
Complementary color
Monochromatic Colors of #A71C9C
Black with #A71C9C
Text Example
Text Example
White with #A71C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C9C; }
p { color: rgb(167,28,156); }
H1.HeaderClassName
{
color: #A71C9C;
}
.AnyTagClassName
{
color: #A71C9C;
}
</style>
background-color css
<style>
a { background-color: #A71C9C; }
a { background-color: rgb(167,28,156); }
div.DivClassName
{
background-color: #A71C9C;
}
.BgClassName
{
background-color: #A71C9C;
}
</style>
border-color css
<style>
span { border-color: #A71C9C; }
span { border-color: rgb(167,28,156); }
td.TdClassName
{
border-color: #A71C9C;
}
.TagClassName
{
border-color: #A71C9C;
}
</style>