Shades of Dark Magenta #A8149D
Tints of Dark Magenta #A8149D
RGB
CMYK
RGB Variations
Color information
#A8149D (or 0xA8149D) is known color: Dark Magenta. HEX triplet: A8, 14 and 9D. RGB value is (168,20,157). Sum of RGB (Red+Green+Blue) = 168+20+157=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8149D is #57EB62. Grayscale: #4F4F4F. Windows color (decimal): -5761891 or 10294440. OLE color: 10294440.
HSL color Cylindrical-coordinate representation of color #A8149D: hue angle of 304.46º 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 #A8149D is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 157 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.34 |
| HSL | 304.46º | 0.79% | 0.37% | - |
| HSV(B) | 304.46º | 0.88% | 0.66% | - |
| XYZ | 22.48 | 11.26 | 32.89 | - |
| YUV | 79.87 | 171.53 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 157 | 0 | 0.88 | 0.07 | 0.34 | 304.46 | 0.79 | 0.37 |
| Hex | A8 | 14 | 9D | 0 | 58 | 7 | 22 | 130 | 4F | 25 |
| Octal | 250 | 24 | 235 | 0 | 130 | 7 | 42 | 460 | 117 | 45 |
| Binary | 10101000 | 10100 | 10011101 | 0 | 1011000 | 111 | 100010 | 100110000 | 1001111 | 100101 |
Color Harmonies of #A8149D
Complementary color
Monochromatic Colors of #A8149D
Black with #A8149D
Text Example
Text Example
White with #A8149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8149D; }
p { color: rgb(168,20,157); }
H1.HeaderClassName
{
color: #A8149D;
}
.AnyTagClassName
{
color: #A8149D;
}
</style>
background-color css
<style>
a { background-color: #A8149D; }
a { background-color: rgb(168,20,157); }
div.DivClassName
{
background-color: #A8149D;
}
.BgClassName
{
background-color: #A8149D;
}
</style>
border-color css
<style>
span { border-color: #A8149D; }
span { border-color: rgb(168,20,157); }
td.TdClassName
{
border-color: #A8149D;
}
.TagClassName
{
border-color: #A8149D;
}
</style>