Shades of Dark Magenta #A8199C
Tints of Dark Magenta #A8199C
RGB
CMYK
RGB Variations
Color information
#A8199C (or 0xA8199C) is known color: Dark Magenta. HEX triplet: A8, 19 and 9C. RGB value is (168,25,156). Sum of RGB (Red+Green+Blue) = 168+25+156=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8199C is #57E663. Grayscale: #525252. Windows color (decimal): -5760612 or 10230184. OLE color: 10230184.
HSL color Cylindrical-coordinate representation of color #A8199C: hue angle of 305.03º 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 #A8199C is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 156 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.34 |
| HSL | 305.04º | 0.74% | 0.38% | - |
| HSV(B) | 305.04º | 0.85% | 0.66% | - |
| XYZ | 22.5 | 11.42 | 32.47 | - |
| YUV | 82.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 156 | 0 | 0.85 | 0.07 | 0.34 | 305.04 | 0.74 | 0.38 |
| Hex | A8 | 19 | 9C | 0 | 55 | 7 | 22 | 131 | 4A | 26 |
| Octal | 250 | 31 | 234 | 0 | 125 | 7 | 42 | 461 | 112 | 46 |
| Binary | 10101000 | 11001 | 10011100 | 0 | 1010101 | 111 | 100010 | 100110001 | 1001010 | 100110 |
Color Harmonies of #A8199C
Complementary color
Monochromatic Colors of #A8199C
Black with #A8199C
Text Example
Text Example
White with #A8199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8199C; }
p { color: rgb(168,25,156); }
H1.HeaderClassName
{
color: #A8199C;
}
.AnyTagClassName
{
color: #A8199C;
}
</style>
background-color css
<style>
a { background-color: #A8199C; }
a { background-color: rgb(168,25,156); }
div.DivClassName
{
background-color: #A8199C;
}
.BgClassName
{
background-color: #A8199C;
}
</style>
border-color css
<style>
span { border-color: #A8199C; }
span { border-color: rgb(168,25,156); }
td.TdClassName
{
border-color: #A8199C;
}
.TagClassName
{
border-color: #A8199C;
}
</style>