Shades of Dark Magenta #A8129C
Tints of Dark Magenta #A8129C
RGB
CMYK
RGB Variations
Color information
#A8129C (or 0xA8129C) is known color: Dark Magenta. HEX triplet: A8, 12 and 9C. RGB value is (168,18,156). Sum of RGB (Red+Green+Blue) = 168+18+156=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8129C is #57ED63. Grayscale: #4E4E4E. Windows color (decimal): -5762404 or 10228392. OLE color: 10228392.
HSL color Cylindrical-coordinate representation of color #A8129C: hue angle of 304.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8129C is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 156 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.34 |
| HSL | 304.8º | 0.81% | 0.36% | - |
| HSV(B) | 304.8º | 0.89% | 0.66% | - |
| XYZ | 22.37 | 11.16 | 32.43 | - |
| YUV | 78.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 156 | 0 | 0.89 | 0.07 | 0.34 | 304.8 | 0.81 | 0.36 |
| Hex | A8 | 12 | 9C | 0 | 59 | 7 | 22 | 131 | 51 | 24 |
| Octal | 250 | 22 | 234 | 0 | 131 | 7 | 42 | 461 | 121 | 44 |
| Binary | 10101000 | 10010 | 10011100 | 0 | 1011001 | 111 | 100010 | 100110001 | 1010001 | 100100 |
Color Harmonies of #A8129C
Complementary color
Monochromatic Colors of #A8129C
Black with #A8129C
Text Example
Text Example
White with #A8129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8129C; }
p { color: rgb(168,18,156); }
H1.HeaderClassName
{
color: #A8129C;
}
.AnyTagClassName
{
color: #A8129C;
}
</style>
background-color css
<style>
a { background-color: #A8129C; }
a { background-color: rgb(168,18,156); }
div.DivClassName
{
background-color: #A8129C;
}
.BgClassName
{
background-color: #A8129C;
}
</style>
border-color css
<style>
span { border-color: #A8129C; }
span { border-color: rgb(168,18,156); }
td.TdClassName
{
border-color: #A8129C;
}
.TagClassName
{
border-color: #A8129C;
}
</style>