Shades of Dark Magenta #A8139F
Tints of Dark Magenta #A8139F
RGB
CMYK
RGB Variations
Color information
#A8139F (or 0xA8139F) is known color: Dark Magenta. HEX triplet: A8, 13 and 9F. RGB value is (168,19,159). Sum of RGB (Red+Green+Blue) = 168+19+159=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8139F is #57EC60. Grayscale: #4F4F4F. Windows color (decimal): -5762145 or 10425256. OLE color: 10425256.
HSL color Cylindrical-coordinate representation of color #A8139F: hue angle of 303.62º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8139F is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 159 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.34 |
| HSL | 303.62º | 0.8% | 0.37% | - |
| HSV(B) | 303.62º | 0.89% | 0.66% | - |
| XYZ | 22.64 | 11.29 | 33.79 | - |
| YUV | 79.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 159 | 0 | 0.89 | 0.05 | 0.34 | 303.62 | 0.8 | 0.37 |
| Hex | A8 | 13 | 9F | 0 | 59 | 5 | 22 | 130 | 50 | 25 |
| Octal | 250 | 23 | 237 | 0 | 131 | 5 | 42 | 460 | 120 | 45 |
| Binary | 10101000 | 10011 | 10011111 | 0 | 1011001 | 101 | 100010 | 100110000 | 1010000 | 100101 |
Color Harmonies of #A8139F
Complementary color
Monochromatic Colors of #A8139F
Black with #A8139F
Text Example
Text Example
White with #A8139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8139F; }
p { color: rgb(168,19,159); }
H1.HeaderClassName
{
color: #A8139F;
}
.AnyTagClassName
{
color: #A8139F;
}
</style>
background-color css
<style>
a { background-color: #A8139F; }
a { background-color: rgb(168,19,159); }
div.DivClassName
{
background-color: #A8139F;
}
.BgClassName
{
background-color: #A8139F;
}
</style>
border-color css
<style>
span { border-color: #A8139F; }
span { border-color: rgb(168,19,159); }
td.TdClassName
{
border-color: #A8139F;
}
.TagClassName
{
border-color: #A8139F;
}
</style>