Shades of Dark Magenta #A90197
Tints of Dark Magenta #A90197
RGB
CMYK
RGB Variations
Color information
#A90197 (or 0xA90197) is known color: Dark Magenta. HEX triplet: A9, 01 and 97. RGB value is (169,1,151). Sum of RGB (Red+Green+Blue) = 169+1+151=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A90197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90197 is #56FE68. Grayscale: #434343. Windows color (decimal): -5701225 or 9896361. OLE color: 9896361.
HSL color Cylindrical-coordinate representation of color #A90197: hue angle of 306.43º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90197 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 151 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.34 |
| HSL | 306.43º | 0.99% | 0.33% | - |
| HSV(B) | 306.43º | 0.99% | 0.66% | - |
| XYZ | 21.96 | 10.69 | 30.18 | - |
| YUV | 68.33 | 174.66 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 151 | 0 | 0.99 | 0.11 | 0.34 | 306.43 | 0.99 | 0.33 |
| Hex | A9 | 1 | 97 | 0 | 63 | B | 22 | 132 | 63 | 21 |
| Octal | 251 | 1 | 227 | 0 | 143 | 13 | 42 | 462 | 143 | 41 |
| Binary | 10101001 | 1 | 10010111 | 0 | 1100011 | 1011 | 100010 | 100110010 | 1100011 | 100001 |
Color Harmonies of #A90197
Complementary color
Monochromatic Colors of #A90197
Black with #A90197
Text Example
Text Example
White with #A90197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90197; }
p { color: rgb(169,1,151); }
H1.HeaderClassName
{
color: #A90197;
}
.AnyTagClassName
{
color: #A90197;
}
</style>
background-color css
<style>
a { background-color: #A90197; }
a { background-color: rgb(169,1,151); }
div.DivClassName
{
background-color: #A90197;
}
.BgClassName
{
background-color: #A90197;
}
</style>
border-color css
<style>
span { border-color: #A90197; }
span { border-color: rgb(169,1,151); }
td.TdClassName
{
border-color: #A90197;
}
.TagClassName
{
border-color: #A90197;
}
</style>