Shades of Dark Magenta #A8199E
Tints of Dark Magenta #A8199E
RGB
CMYK
RGB Variations
Color information
#A8199E (or 0xA8199E) is known color: Dark Magenta. HEX triplet: A8, 19 and 9E. RGB value is (168,25,158). Sum of RGB (Red+Green+Blue) = 168+25+158=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A8199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8199E is #57E661. Grayscale: #525252. Windows color (decimal): -5760610 or 10361256. OLE color: 10361256.
HSL color Cylindrical-coordinate representation of color #A8199E: hue angle of 304.2º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8199E is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 158 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.34 |
| HSL | 304.2º | 0.74% | 0.38% | - |
| HSV(B) | 304.2º | 0.85% | 0.66% | - |
| XYZ | 22.67 | 11.49 | 33.37 | - |
| YUV | 82.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 158 | 0 | 0.85 | 0.06 | 0.34 | 304.2 | 0.74 | 0.38 |
| Hex | A8 | 19 | 9E | 0 | 55 | 6 | 22 | 130 | 4A | 26 |
| Octal | 250 | 31 | 236 | 0 | 125 | 6 | 42 | 460 | 112 | 46 |
| Binary | 10101000 | 11001 | 10011110 | 0 | 1010101 | 110 | 100010 | 100110000 | 1001010 | 100110 |
Color Harmonies of #A8199E
Complementary color
Monochromatic Colors of #A8199E
Black with #A8199E
Text Example
Text Example
White with #A8199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8199E; }
p { color: rgb(168,25,158); }
H1.HeaderClassName
{
color: #A8199E;
}
.AnyTagClassName
{
color: #A8199E;
}
</style>
background-color css
<style>
a { background-color: #A8199E; }
a { background-color: rgb(168,25,158); }
div.DivClassName
{
background-color: #A8199E;
}
.BgClassName
{
background-color: #A8199E;
}
</style>
border-color css
<style>
span { border-color: #A8199E; }
span { border-color: rgb(168,25,158); }
td.TdClassName
{
border-color: #A8199E;
}
.TagClassName
{
border-color: #A8199E;
}
</style>