Shades of Dark Magenta #A1188F
Tints of Dark Magenta #A1188F
RGB
CMYK
RGB Variations
Color information
#A1188F (or 0xA1188F) is known color: Dark Magenta. HEX triplet: A1, 18 and 8F. RGB value is (161,24,143). Sum of RGB (Red+Green+Blue) = 161+24+143=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A1188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1188F is #5EE770. Grayscale: #4E4E4E. Windows color (decimal): -6219633 or 9377953. OLE color: 9377953.
HSL color Cylindrical-coordinate representation of color #A1188F: hue angle of 307.88º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1188F is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 143 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.37 |
| HSL | 307.88º | 0.74% | 0.36% | - |
| HSV(B) | 307.88º | 0.85% | 0.63% | - |
| XYZ | 19.98 | 10.21 | 26.9 | - |
| YUV | 78.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 143 | 0 | 0.85 | 0.11 | 0.37 | 307.88 | 0.74 | 0.36 |
| Hex | A1 | 18 | 8F | 0 | 55 | B | 25 | 134 | 4A | 24 |
| Octal | 241 | 30 | 217 | 0 | 125 | 13 | 45 | 464 | 112 | 44 |
| Binary | 10100001 | 11000 | 10001111 | 0 | 1010101 | 1011 | 100101 | 100110100 | 1001010 | 100100 |
Color Harmonies of #A1188F
Complementary color
Monochromatic Colors of #A1188F
Black with #A1188F
Text Example
Text Example
White with #A1188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1188F; }
p { color: rgb(161,24,143); }
H1.HeaderClassName
{
color: #A1188F;
}
.AnyTagClassName
{
color: #A1188F;
}
</style>
background-color css
<style>
a { background-color: #A1188F; }
a { background-color: rgb(161,24,143); }
div.DivClassName
{
background-color: #A1188F;
}
.BgClassName
{
background-color: #A1188F;
}
</style>
border-color css
<style>
span { border-color: #A1188F; }
span { border-color: rgb(161,24,143); }
td.TdClassName
{
border-color: #A1188F;
}
.TagClassName
{
border-color: #A1188F;
}
</style>