Shades of Dark Magenta #A90495
Tints of Dark Magenta #A90495
RGB
CMYK
RGB Variations
Color information
#A90495 (or 0xA90495) is known color: Dark Magenta. HEX triplet: A9, 04 and 95. RGB value is (169,4,149). Sum of RGB (Red+Green+Blue) = 169+4+149=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A90495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90495 is #56FB6A. Grayscale: #454545. Windows color (decimal): -5700459 or 9766057. OLE color: 9766057.
HSL color Cylindrical-coordinate representation of color #A90495: hue angle of 307.27º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90495 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.34 |
| HSL | 307.27º | 0.95% | 0.34% | - |
| HSV(B) | 307.27º | 0.98% | 0.66% | - |
| XYZ | 21.83 | 10.69 | 29.35 | - |
| YUV | 69.87 | 172.66 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 149 | 0 | 0.98 | 0.12 | 0.34 | 307.27 | 0.95 | 0.34 |
| Hex | A9 | 4 | 95 | 0 | 62 | C | 22 | 133 | 5F | 22 |
| Octal | 251 | 4 | 225 | 0 | 142 | 14 | 42 | 463 | 137 | 42 |
| Binary | 10101001 | 100 | 10010101 | 0 | 1100010 | 1100 | 100010 | 100110011 | 1011111 | 100010 |
Color Harmonies of #A90495
Complementary color
Monochromatic Colors of #A90495
Black with #A90495
Text Example
Text Example
White with #A90495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90495; }
p { color: rgb(169,4,149); }
H1.HeaderClassName
{
color: #A90495;
}
.AnyTagClassName
{
color: #A90495;
}
</style>
background-color css
<style>
a { background-color: #A90495; }
a { background-color: rgb(169,4,149); }
div.DivClassName
{
background-color: #A90495;
}
.BgClassName
{
background-color: #A90495;
}
</style>
border-color css
<style>
span { border-color: #A90495; }
span { border-color: rgb(169,4,149); }
td.TdClassName
{
border-color: #A90495;
}
.TagClassName
{
border-color: #A90495;
}
</style>