Shades of Dark Magenta #A90895
Tints of Dark Magenta #A90895
RGB
CMYK
RGB Variations
Color information
#A90895 (or 0xA90895) is known color: Dark Magenta. HEX triplet: A9, 08 and 95. RGB value is (169,8,149). Sum of RGB (Red+Green+Blue) = 169+8+149=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A90895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90895 is #56F76A. Grayscale: #474747. Windows color (decimal): -5699435 or 9767081. OLE color: 9767081.
HSL color Cylindrical-coordinate representation of color #A90895: hue angle of 307.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90895 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 149 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.34 |
| HSL | 307.45º | 0.91% | 0.35% | - |
| HSV(B) | 307.45º | 0.95% | 0.66% | - |
| XYZ | 21.87 | 10.78 | 29.36 | - |
| YUV | 72.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 149 | 0 | 0.95 | 0.12 | 0.34 | 307.45 | 0.91 | 0.35 |
| Hex | A9 | 8 | 95 | 0 | 5F | C | 22 | 133 | 5B | 23 |
| Octal | 251 | 10 | 225 | 0 | 137 | 14 | 42 | 463 | 133 | 43 |
| Binary | 10101001 | 1000 | 10010101 | 0 | 1011111 | 1100 | 100010 | 100110011 | 1011011 | 100011 |
Color Harmonies of #A90895
Complementary color
Monochromatic Colors of #A90895
Black with #A90895
Text Example
Text Example
White with #A90895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90895; }
p { color: rgb(169,8,149); }
H1.HeaderClassName
{
color: #A90895;
}
.AnyTagClassName
{
color: #A90895;
}
</style>
background-color css
<style>
a { background-color: #A90895; }
a { background-color: rgb(169,8,149); }
div.DivClassName
{
background-color: #A90895;
}
.BgClassName
{
background-color: #A90895;
}
</style>
border-color css
<style>
span { border-color: #A90895; }
span { border-color: rgb(169,8,149); }
td.TdClassName
{
border-color: #A90895;
}
.TagClassName
{
border-color: #A90895;
}
</style>