Shades of Dark Magenta #A8109E
Tints of Dark Magenta #A8109E
RGB
CMYK
RGB Variations
Color information
#A8109E (or 0xA8109E) is known color: Dark Magenta. HEX triplet: A8, 10 and 9E. RGB value is (168,16,158). Sum of RGB (Red+Green+Blue) = 168+16+158=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8109E is #57EF61. Grayscale: #4D4D4D. Windows color (decimal): -5762914 or 10358952. OLE color: 10358952.
HSL color Cylindrical-coordinate representation of color #A8109E: hue angle of 303.95º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8109E is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 158 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.34 |
| HSL | 303.95º | 0.83% | 0.36% | - |
| HSV(B) | 303.95º | 0.9% | 0.66% | - |
| XYZ | 22.51 | 11.16 | 33.32 | - |
| YUV | 77.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 158 | 0 | 0.90 | 0.06 | 0.34 | 303.95 | 0.83 | 0.36 |
| Hex | A8 | 10 | 9E | 0 | 5A | 6 | 22 | 130 | 53 | 24 |
| Octal | 250 | 20 | 236 | 0 | 132 | 6 | 42 | 460 | 123 | 44 |
| Binary | 10101000 | 10000 | 10011110 | 0 | 1011010 | 110 | 100010 | 100110000 | 1010011 | 100100 |
Color Harmonies of #A8109E
Complementary color
Monochromatic Colors of #A8109E
Black with #A8109E
Text Example
Text Example
White with #A8109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8109E; }
p { color: rgb(168,16,158); }
H1.HeaderClassName
{
color: #A8109E;
}
.AnyTagClassName
{
color: #A8109E;
}
</style>
background-color css
<style>
a { background-color: #A8109E; }
a { background-color: rgb(168,16,158); }
div.DivClassName
{
background-color: #A8109E;
}
.BgClassName
{
background-color: #A8109E;
}
</style>
border-color css
<style>
span { border-color: #A8109E; }
span { border-color: rgb(168,16,158); }
td.TdClassName
{
border-color: #A8109E;
}
.TagClassName
{
border-color: #A8109E;
}
</style>