Shades of Dark Magenta #A8149F
Tints of Dark Magenta #A8149F
RGB
CMYK
RGB Variations
Color information
#A8149F (or 0xA8149F) is known color: Dark Magenta. HEX triplet: A8, 14 and 9F. RGB value is (168,20,159). Sum of RGB (Red+Green+Blue) = 168+20+159=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8149F is #57EB60. Grayscale: #4F4F4F. Windows color (decimal): -5761889 or 10425512. OLE color: 10425512.
HSL color Cylindrical-coordinate representation of color #A8149F: hue angle of 303.65º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8149F is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 159 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.34 |
| HSL | 303.65º | 0.79% | 0.37% | - |
| HSV(B) | 303.65º | 0.88% | 0.66% | - |
| XYZ | 22.66 | 11.33 | 33.79 | - |
| YUV | 80.1 | 172.53 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 159 | 0 | 0.88 | 0.05 | 0.34 | 303.65 | 0.79 | 0.37 |
| Hex | A8 | 14 | 9F | 0 | 58 | 5 | 22 | 130 | 4F | 25 |
| Octal | 250 | 24 | 237 | 0 | 130 | 5 | 42 | 460 | 117 | 45 |
| Binary | 10101000 | 10100 | 10011111 | 0 | 1011000 | 101 | 100010 | 100110000 | 1001111 | 100101 |
Color Harmonies of #A8149F
Complementary color
Monochromatic Colors of #A8149F
Black with #A8149F
Text Example
Text Example
White with #A8149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8149F; }
p { color: rgb(168,20,159); }
H1.HeaderClassName
{
color: #A8149F;
}
.AnyTagClassName
{
color: #A8149F;
}
</style>
background-color css
<style>
a { background-color: #A8149F; }
a { background-color: rgb(168,20,159); }
div.DivClassName
{
background-color: #A8149F;
}
.BgClassName
{
background-color: #A8149F;
}
</style>
border-color css
<style>
span { border-color: #A8149F; }
span { border-color: rgb(168,20,159); }
td.TdClassName
{
border-color: #A8149F;
}
.TagClassName
{
border-color: #A8149F;
}
</style>