Shades of Dark Magenta #A8129A
Tints of Dark Magenta #A8129A
RGB
CMYK
RGB Variations
Color information
#A8129A (or 0xA8129A) is known color: Dark Magenta. HEX triplet: A8, 12 and 9A. RGB value is (168,18,154). Sum of RGB (Red+Green+Blue) = 168+18+154=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8129A is #57ED65. Grayscale: #4D4D4D. Windows color (decimal): -5762406 or 10097320. OLE color: 10097320.
HSL color Cylindrical-coordinate representation of color #A8129A: hue angle of 305.6º 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 #A8129A is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 154 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.34 |
| HSL | 305.6º | 0.81% | 0.36% | - |
| HSV(B) | 305.6º | 0.89% | 0.66% | - |
| XYZ | 22.2 | 11.09 | 31.54 | - |
| YUV | 78.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 154 | 0 | 0.89 | 0.08 | 0.34 | 305.6 | 0.81 | 0.36 |
| Hex | A8 | 12 | 9A | 0 | 59 | 8 | 22 | 132 | 51 | 24 |
| Octal | 250 | 22 | 232 | 0 | 131 | 10 | 42 | 462 | 121 | 44 |
| Binary | 10101000 | 10010 | 10011010 | 0 | 1011001 | 1000 | 100010 | 100110010 | 1010001 | 100100 |
Color Harmonies of #A8129A
Complementary color
Monochromatic Colors of #A8129A
Black with #A8129A
Text Example
Text Example
White with #A8129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8129A; }
p { color: rgb(168,18,154); }
H1.HeaderClassName
{
color: #A8129A;
}
.AnyTagClassName
{
color: #A8129A;
}
</style>
background-color css
<style>
a { background-color: #A8129A; }
a { background-color: rgb(168,18,154); }
div.DivClassName
{
background-color: #A8129A;
}
.BgClassName
{
background-color: #A8129A;
}
</style>
border-color css
<style>
span { border-color: #A8129A; }
span { border-color: rgb(168,18,154); }
td.TdClassName
{
border-color: #A8129A;
}
.TagClassName
{
border-color: #A8129A;
}
</style>