Shades of Dark Magenta #A90097
Tints of Dark Magenta #A90097
RGB
CMYK
RGB Variations
Color information
#A90097 (or 0xA90097) is known color: Dark Magenta. HEX triplet: A9, 00 and 97. RGB value is (169,0,151). Sum of RGB (Red+Green+Blue) = 169+0+151=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A90097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90097 is #56FF68. Grayscale: #434343. Windows color (decimal): -5701481 or 9896105. OLE color: 9896105.
HSL color Cylindrical-coordinate representation of color #A90097: hue angle of 306.39º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90097 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.11 | 0.34 |
| HSL | 306.39º | 1% | 0.33% | - |
| HSV(B) | 306.39º | 1% | 0.66% | - |
| XYZ | 21.95 | 10.67 | 30.18 | - |
| YUV | 67.75 | 174.99 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 151 | 0 | 1 | 0.11 | 0.34 | 306.39 | 1 | 0.33 |
| Hex | A9 | 0 | 97 | 0 | 64 | B | 22 | 132 | 64 | 21 |
| Octal | 251 | 0 | 227 | 0 | 144 | 13 | 42 | 462 | 144 | 41 |
| Binary | 10101001 | 0 | 10010111 | 0 | 1100100 | 1011 | 100010 | 100110010 | 1100100 | 100001 |
Color Harmonies of #A90097
Complementary color
Monochromatic Colors of #A90097
Black with #A90097
Text Example
Text Example
White with #A90097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90097; }
p { color: rgb(169,0,151); }
H1.HeaderClassName
{
color: #A90097;
}
.AnyTagClassName
{
color: #A90097;
}
</style>
background-color css
<style>
a { background-color: #A90097; }
a { background-color: rgb(169,0,151); }
div.DivClassName
{
background-color: #A90097;
}
.BgClassName
{
background-color: #A90097;
}
</style>
border-color css
<style>
span { border-color: #A90097; }
span { border-color: rgb(169,0,151); }
td.TdClassName
{
border-color: #A90097;
}
.TagClassName
{
border-color: #A90097;
}
</style>