Shades of Dark Magenta #A90C97
Tints of Dark Magenta #A90C97
RGB
CMYK
RGB Variations
Color information
#A90C97 (or 0xA90C97) is known color: Dark Magenta. HEX triplet: A9, 0C and 97. RGB value is (169,12,151). Sum of RGB (Red+Green+Blue) = 169+12+151=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90C97 is #56F368. Grayscale: #4A4A4A. Windows color (decimal): -5698409 or 9899177. OLE color: 9899177.
HSL color Cylindrical-coordinate representation of color #A90C97: hue angle of 306.88º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C97 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 151 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.34 |
| HSL | 306.88º | 0.87% | 0.35% | - |
| HSV(B) | 306.88º | 0.93% | 0.66% | - |
| XYZ | 22.08 | 10.93 | 30.22 | - |
| YUV | 74.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 151 | 0 | 0.93 | 0.11 | 0.34 | 306.88 | 0.87 | 0.35 |
| Hex | A9 | C | 97 | 0 | 5D | B | 22 | 133 | 57 | 23 |
| Octal | 251 | 14 | 227 | 0 | 135 | 13 | 42 | 463 | 127 | 43 |
| Binary | 10101001 | 1100 | 10010111 | 0 | 1011101 | 1011 | 100010 | 100110011 | 1010111 | 100011 |
Color Harmonies of #A90C97
Complementary color
Monochromatic Colors of #A90C97
Black with #A90C97
Text Example
Text Example
White with #A90C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C97; }
p { color: rgb(169,12,151); }
H1.HeaderClassName
{
color: #A90C97;
}
.AnyTagClassName
{
color: #A90C97;
}
</style>
background-color css
<style>
a { background-color: #A90C97; }
a { background-color: rgb(169,12,151); }
div.DivClassName
{
background-color: #A90C97;
}
.BgClassName
{
background-color: #A90C97;
}
</style>
border-color css
<style>
span { border-color: #A90C97; }
span { border-color: rgb(169,12,151); }
td.TdClassName
{
border-color: #A90C97;
}
.TagClassName
{
border-color: #A90C97;
}
</style>