Shades of Dark Magenta #A9028C
Tints of Dark Magenta #A9028C
RGB
CMYK
RGB Variations
Color information
#A9028C (or 0xA9028C) is known color: Dark Magenta. HEX triplet: A9, 02 and 8C. RGB value is (169,2,140). Sum of RGB (Red+Green+Blue) = 169+2+140=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9028C is #56FD73. Grayscale: #434343. Windows color (decimal): -5700980 or 9175721. OLE color: 9175721.
HSL color Cylindrical-coordinate representation of color #A9028C: hue angle of 310.42º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9028C is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.34 |
| HSL | 310.42º | 0.98% | 0.34% | - |
| HSV(B) | 310.42º | 0.99% | 0.66% | - |
| XYZ | 21.12 | 10.37 | 25.7 | - |
| YUV | 67.67 | 168.83 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 140 | 0 | 0.99 | 0.17 | 0.34 | 310.42 | 0.98 | 0.34 |
| Hex | A9 | 2 | 8C | 0 | 63 | 11 | 22 | 136 | 62 | 22 |
| Octal | 251 | 2 | 214 | 0 | 143 | 21 | 42 | 466 | 142 | 42 |
| Binary | 10101001 | 10 | 10001100 | 0 | 1100011 | 10001 | 100010 | 100110110 | 1100010 | 100010 |
Color Harmonies of #A9028C
Complementary color
Monochromatic Colors of #A9028C
Black with #A9028C
Text Example
Text Example
White with #A9028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9028C; }
p { color: rgb(169,2,140); }
H1.HeaderClassName
{
color: #A9028C;
}
.AnyTagClassName
{
color: #A9028C;
}
</style>
background-color css
<style>
a { background-color: #A9028C; }
a { background-color: rgb(169,2,140); }
div.DivClassName
{
background-color: #A9028C;
}
.BgClassName
{
background-color: #A9028C;
}
</style>
border-color css
<style>
span { border-color: #A9028C; }
span { border-color: rgb(169,2,140); }
td.TdClassName
{
border-color: #A9028C;
}
.TagClassName
{
border-color: #A9028C;
}
</style>