Shades of Dark Magenta #A80594
Tints of Dark Magenta #A80594
RGB
CMYK
RGB Variations
Color information
#A80594 (or 0xA80594) is known color: Dark Magenta. HEX triplet: A8, 05 and 94. RGB value is (168,5,148). Sum of RGB (Red+Green+Blue) = 168+5+148=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A80594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80594 is #57FA6B. Grayscale: #454545. Windows color (decimal): -5765740 or 9700776. OLE color: 9700776.
HSL color Cylindrical-coordinate representation of color #A80594: hue angle of 307.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80594 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 148 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.34 |
| HSL | 307.36º | 0.94% | 0.34% | - |
| HSV(B) | 307.36º | 0.97% | 0.66% | - |
| XYZ | 21.55 | 10.57 | 28.92 | - |
| YUV | 70.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 148 | 0 | 0.97 | 0.12 | 0.34 | 307.36 | 0.94 | 0.34 |
| Hex | A8 | 5 | 94 | 0 | 61 | C | 22 | 133 | 5E | 22 |
| Octal | 250 | 5 | 224 | 0 | 141 | 14 | 42 | 463 | 136 | 42 |
| Binary | 10101000 | 101 | 10010100 | 0 | 1100001 | 1100 | 100010 | 100110011 | 1011110 | 100010 |
Color Harmonies of #A80594
Complementary color
Monochromatic Colors of #A80594
Black with #A80594
Text Example
Text Example
White with #A80594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80594; }
p { color: rgb(168,5,148); }
H1.HeaderClassName
{
color: #A80594;
}
.AnyTagClassName
{
color: #A80594;
}
</style>
background-color css
<style>
a { background-color: #A80594; }
a { background-color: rgb(168,5,148); }
div.DivClassName
{
background-color: #A80594;
}
.BgClassName
{
background-color: #A80594;
}
</style>
border-color css
<style>
span { border-color: #A80594; }
span { border-color: rgb(168,5,148); }
td.TdClassName
{
border-color: #A80594;
}
.TagClassName
{
border-color: #A80594;
}
</style>