Shades of Dark Magenta #A4179A
Tints of Dark Magenta #A4179A
RGB
CMYK
RGB Variations
Color information
#A4179A (or 0xA4179A) is known color: Dark Magenta. HEX triplet: A4, 17 and 9A. RGB value is (164,23,154). Sum of RGB (Red+Green+Blue) = 164+23+154=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4179A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4179A is #5BE865. Grayscale: #4F4F4F. Windows color (decimal): -6023270 or 10098596. OLE color: 10098596.
HSL color Cylindrical-coordinate representation of color #A4179A: hue angle of 304.26º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4179A is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 23 | 154 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.36 |
| HSL | 304.26º | 0.75% | 0.37% | - |
| HSV(B) | 304.26º | 0.86% | 0.64% | - |
| XYZ | 21.45 | 10.84 | 31.53 | - |
| YUV | 80.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 154 | 0 | 0.86 | 0.06 | 0.36 | 304.26 | 0.75 | 0.37 |
| Hex | A4 | 17 | 9A | 0 | 56 | 6 | 24 | 130 | 4B | 25 |
| Octal | 244 | 27 | 232 | 0 | 126 | 6 | 44 | 460 | 113 | 45 |
| Binary | 10100100 | 10111 | 10011010 | 0 | 1010110 | 110 | 100100 | 100110000 | 1001011 | 100101 |
Color Harmonies of #A4179A
Complementary color
Monochromatic Colors of #A4179A
Black with #A4179A
Text Example
Text Example
White with #A4179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4179A; }
p { color: rgb(164,23,154); }
H1.HeaderClassName
{
color: #A4179A;
}
.AnyTagClassName
{
color: #A4179A;
}
</style>
background-color css
<style>
a { background-color: #A4179A; }
a { background-color: rgb(164,23,154); }
div.DivClassName
{
background-color: #A4179A;
}
.BgClassName
{
background-color: #A4179A;
}
</style>
border-color css
<style>
span { border-color: #A4179A; }
span { border-color: rgb(164,23,154); }
td.TdClassName
{
border-color: #A4179A;
}
.TagClassName
{
border-color: #A4179A;
}
</style>