Shades of Dark Magenta #A9028B
Tints of Dark Magenta #A9028B
RGB
CMYK
RGB Variations
Color information
#A9028B (or 0xA9028B) is known color: Dark Magenta. HEX triplet: A9, 02 and 8B. RGB value is (169,2,139). Sum of RGB (Red+Green+Blue) = 169+2+139=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9028B is #56FD74. Grayscale: #434343. Windows color (decimal): -5700981 or 9110185. OLE color: 9110185.
HSL color Cylindrical-coordinate representation of color #A9028B: hue angle of 310.78º 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 #A9028B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.34 |
| HSL | 310.78º | 0.98% | 0.34% | - |
| HSV(B) | 310.78º | 0.99% | 0.66% | - |
| XYZ | 21.04 | 10.34 | 25.31 | - |
| YUV | 67.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 139 | 0 | 0.99 | 0.18 | 0.34 | 310.78 | 0.98 | 0.34 |
| Hex | A9 | 2 | 8B | 0 | 63 | 12 | 22 | 137 | 62 | 22 |
| Octal | 251 | 2 | 213 | 0 | 143 | 22 | 42 | 467 | 142 | 42 |
| Binary | 10101001 | 10 | 10001011 | 0 | 1100011 | 10010 | 100010 | 100110111 | 1100010 | 100010 |
Color Harmonies of #A9028B
Complementary color
Monochromatic Colors of #A9028B
Black with #A9028B
Text Example
Text Example
White with #A9028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9028B; }
p { color: rgb(169,2,139); }
H1.HeaderClassName
{
color: #A9028B;
}
.AnyTagClassName
{
color: #A9028B;
}
</style>
background-color css
<style>
a { background-color: #A9028B; }
a { background-color: rgb(169,2,139); }
div.DivClassName
{
background-color: #A9028B;
}
.BgClassName
{
background-color: #A9028B;
}
</style>
border-color css
<style>
span { border-color: #A9028B; }
span { border-color: rgb(169,2,139); }
td.TdClassName
{
border-color: #A9028B;
}
.TagClassName
{
border-color: #A9028B;
}
</style>