Shades of Dark Magenta #A8118F
Tints of Dark Magenta #A8118F
RGB
CMYK
RGB Variations
Color information
#A8118F (or 0xA8118F) is known color: Dark Magenta. HEX triplet: A8, 11 and 8F. RGB value is (168,17,143). Sum of RGB (Red+Green+Blue) = 168+17+143=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8118F is #57EE70. Grayscale: #4C4C4C. Windows color (decimal): -5762673 or 9376168. OLE color: 9376168.
HSL color Cylindrical-coordinate representation of color #A8118F: hue angle of 309.93º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8118F is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 143 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.34 |
| HSL | 309.93º | 0.82% | 0.36% | - |
| HSV(B) | 309.93º | 0.9% | 0.66% | - |
| XYZ | 21.31 | 10.71 | 26.93 | - |
| YUV | 76.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 143 | 0 | 0.90 | 0.15 | 0.34 | 309.93 | 0.82 | 0.36 |
| Hex | A8 | 11 | 8F | 0 | 5A | F | 22 | 136 | 52 | 24 |
| Octal | 250 | 21 | 217 | 0 | 132 | 17 | 42 | 466 | 122 | 44 |
| Binary | 10101000 | 10001 | 10001111 | 0 | 1011010 | 1111 | 100010 | 100110110 | 1010010 | 100100 |
Color Harmonies of #A8118F
Complementary color
Monochromatic Colors of #A8118F
Black with #A8118F
Text Example
Text Example
White with #A8118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8118F; }
p { color: rgb(168,17,143); }
H1.HeaderClassName
{
color: #A8118F;
}
.AnyTagClassName
{
color: #A8118F;
}
</style>
background-color css
<style>
a { background-color: #A8118F; }
a { background-color: rgb(168,17,143); }
div.DivClassName
{
background-color: #A8118F;
}
.BgClassName
{
background-color: #A8118F;
}
</style>
border-color css
<style>
span { border-color: #A8118F; }
span { border-color: rgb(168,17,143); }
td.TdClassName
{
border-color: #A8118F;
}
.TagClassName
{
border-color: #A8118F;
}
</style>