Shades of Dark Magenta #A90696
Tints of Dark Magenta #A90696
RGB
CMYK
RGB Variations
Color information
#A90696 (or 0xA90696) is known color: Dark Magenta. HEX triplet: A9, 06 and 96. RGB value is (169,6,150). Sum of RGB (Red+Green+Blue) = 169+6+150=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A90696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90696 is #56F969. Grayscale: #464646. Windows color (decimal): -5699946 or 9832105. OLE color: 9832105.
HSL color Cylindrical-coordinate representation of color #A90696: hue angle of 306.99º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90696 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 150 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.34 |
| HSL | 306.99º | 0.93% | 0.34% | - |
| HSV(B) | 306.99º | 0.96% | 0.66% | - |
| XYZ | 21.93 | 10.77 | 29.78 | - |
| YUV | 71.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 150 | 0 | 0.96 | 0.11 | 0.34 | 306.99 | 0.93 | 0.34 |
| Hex | A9 | 6 | 96 | 0 | 60 | B | 22 | 133 | 5D | 22 |
| Octal | 251 | 6 | 226 | 0 | 140 | 13 | 42 | 463 | 135 | 42 |
| Binary | 10101001 | 110 | 10010110 | 0 | 1100000 | 1011 | 100010 | 100110011 | 1011101 | 100010 |
Color Harmonies of #A90696
Complementary color
Monochromatic Colors of #A90696
Black with #A90696
Text Example
Text Example
White with #A90696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90696; }
p { color: rgb(169,6,150); }
H1.HeaderClassName
{
color: #A90696;
}
.AnyTagClassName
{
color: #A90696;
}
</style>
background-color css
<style>
a { background-color: #A90696; }
a { background-color: rgb(169,6,150); }
div.DivClassName
{
background-color: #A90696;
}
.BgClassName
{
background-color: #A90696;
}
</style>
border-color css
<style>
span { border-color: #A90696; }
span { border-color: rgb(169,6,150); }
td.TdClassName
{
border-color: #A90696;
}
.TagClassName
{
border-color: #A90696;
}
</style>