Shades of Dark Magenta #A90291
Tints of Dark Magenta #A90291
RGB
CMYK
RGB Variations
Color information
#A90291 (or 0xA90291) is known color: Dark Magenta. HEX triplet: A9, 02 and 91. RGB value is (169,2,145). Sum of RGB (Red+Green+Blue) = 169+2+145=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A90291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90291 is #56FD6E. Grayscale: #434343. Windows color (decimal): -5700975 or 9503401. OLE color: 9503401.
HSL color Cylindrical-coordinate representation of color #A90291: hue angle of 308.62º 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 #A90291 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.34 |
| HSL | 308.62º | 0.98% | 0.34% | - |
| HSV(B) | 308.62º | 0.99% | 0.66% | - |
| XYZ | 21.49 | 10.52 | 27.69 | - |
| YUV | 68.24 | 171.33 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 145 | 0 | 0.99 | 0.14 | 0.34 | 308.62 | 0.98 | 0.34 |
| Hex | A9 | 2 | 91 | 0 | 63 | E | 22 | 135 | 62 | 22 |
| Octal | 251 | 2 | 221 | 0 | 143 | 16 | 42 | 465 | 142 | 42 |
| Binary | 10101001 | 10 | 10010001 | 0 | 1100011 | 1110 | 100010 | 100110101 | 1100010 | 100010 |
Color Harmonies of #A90291
Complementary color
Monochromatic Colors of #A90291
Black with #A90291
Text Example
Text Example
White with #A90291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90291; }
p { color: rgb(169,2,145); }
H1.HeaderClassName
{
color: #A90291;
}
.AnyTagClassName
{
color: #A90291;
}
</style>
background-color css
<style>
a { background-color: #A90291; }
a { background-color: rgb(169,2,145); }
div.DivClassName
{
background-color: #A90291;
}
.BgClassName
{
background-color: #A90291;
}
</style>
border-color css
<style>
span { border-color: #A90291; }
span { border-color: rgb(169,2,145); }
td.TdClassName
{
border-color: #A90291;
}
.TagClassName
{
border-color: #A90291;
}
</style>