Shades of Dark Magenta #A8109C
Tints of Dark Magenta #A8109C
RGB
CMYK
RGB Variations
Color information
#A8109C (or 0xA8109C) is known color: Dark Magenta. HEX triplet: A8, 10 and 9C. RGB value is (168,16,156). Sum of RGB (Red+Green+Blue) = 168+16+156=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8109C is #57EF63. Grayscale: #4D4D4D. Windows color (decimal): -5762916 or 10227880. OLE color: 10227880.
HSL color Cylindrical-coordinate representation of color #A8109C: hue angle of 304.74º 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 #A8109C is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 156 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.34 |
| HSL | 304.74º | 0.83% | 0.36% | - |
| HSV(B) | 304.74º | 0.9% | 0.66% | - |
| XYZ | 22.33 | 11.1 | 32.42 | - |
| YUV | 77.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 156 | 0 | 0.90 | 0.07 | 0.34 | 304.74 | 0.83 | 0.36 |
| Hex | A8 | 10 | 9C | 0 | 5A | 7 | 22 | 131 | 53 | 24 |
| Octal | 250 | 20 | 234 | 0 | 132 | 7 | 42 | 461 | 123 | 44 |
| Binary | 10101000 | 10000 | 10011100 | 0 | 1011010 | 111 | 100010 | 100110001 | 1010011 | 100100 |
Color Harmonies of #A8109C
Complementary color
Monochromatic Colors of #A8109C
Black with #A8109C
Text Example
Text Example
White with #A8109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8109C; }
p { color: rgb(168,16,156); }
H1.HeaderClassName
{
color: #A8109C;
}
.AnyTagClassName
{
color: #A8109C;
}
</style>
background-color css
<style>
a { background-color: #A8109C; }
a { background-color: rgb(168,16,156); }
div.DivClassName
{
background-color: #A8109C;
}
.BgClassName
{
background-color: #A8109C;
}
</style>
border-color css
<style>
span { border-color: #A8109C; }
span { border-color: rgb(168,16,156); }
td.TdClassName
{
border-color: #A8109C;
}
.TagClassName
{
border-color: #A8109C;
}
</style>