Shades of Dark Magenta #A4158F
Tints of Dark Magenta #A4158F
RGB
CMYK
RGB Variations
Color information
#A4158F (or 0xA4158F) is known color: Dark Magenta. HEX triplet: A4, 15 and 8F. RGB value is (164,21,143). Sum of RGB (Red+Green+Blue) = 164+21+143=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4158F is #5BEA70. Grayscale: #4D4D4D. Windows color (decimal): -6023793 or 9377188. OLE color: 9377188.
HSL color Cylindrical-coordinate representation of color #A4158F: hue angle of 308.81º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4158F is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 143 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.36 |
| HSL | 308.81º | 0.77% | 0.36% | - |
| HSV(B) | 308.81º | 0.87% | 0.64% | - |
| XYZ | 20.54 | 10.41 | 26.91 | - |
| YUV | 77.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 143 | 0 | 0.87 | 0.13 | 0.36 | 308.81 | 0.77 | 0.36 |
| Hex | A4 | 15 | 8F | 0 | 57 | D | 24 | 135 | 4D | 24 |
| Octal | 244 | 25 | 217 | 0 | 127 | 15 | 44 | 465 | 115 | 44 |
| Binary | 10100100 | 10101 | 10001111 | 0 | 1010111 | 1101 | 100100 | 100110101 | 1001101 | 100100 |
Color Harmonies of #A4158F
Complementary color
Monochromatic Colors of #A4158F
Black with #A4158F
Text Example
Text Example
White with #A4158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4158F; }
p { color: rgb(164,21,143); }
H1.HeaderClassName
{
color: #A4158F;
}
.AnyTagClassName
{
color: #A4158F;
}
</style>
background-color css
<style>
a { background-color: #A4158F; }
a { background-color: rgb(164,21,143); }
div.DivClassName
{
background-color: #A4158F;
}
.BgClassName
{
background-color: #A4158F;
}
</style>
border-color css
<style>
span { border-color: #A4158F; }
span { border-color: rgb(164,21,143); }
td.TdClassName
{
border-color: #A4158F;
}
.TagClassName
{
border-color: #A4158F;
}
</style>