Shades of Dark Magenta #A80091
Tints of Dark Magenta #A80091
RGB
CMYK
RGB Variations
Color information
#A80091 (or 0xA80091) is known color: Dark Magenta. HEX triplet: A8, 00 and 91. RGB value is (168,0,145). Sum of RGB (Red+Green+Blue) = 168+0+145=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A80091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80091 is #57FF6E. Grayscale: #424242. Windows color (decimal): -5767023 or 9502888. OLE color: 9502888.
HSL color Cylindrical-coordinate representation of color #A80091: hue angle of 308.21º 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 #A80091 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.14 | 0.34 |
| HSL | 308.21º | 1% | 0.33% | - |
| HSV(B) | 308.21º | 1% | 0.66% | - |
| XYZ | 21.26 | 10.37 | 27.67 | - |
| YUV | 66.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 145 | 0 | 1 | 0.14 | 0.34 | 308.21 | 1 | 0.33 |
| Hex | A8 | 0 | 91 | 0 | 64 | E | 22 | 134 | 64 | 21 |
| Octal | 250 | 0 | 221 | 0 | 144 | 16 | 42 | 464 | 144 | 41 |
| Binary | 10101000 | 0 | 10010001 | 0 | 1100100 | 1110 | 100010 | 100110100 | 1100100 | 100001 |
Color Harmonies of #A80091
Complementary color
Monochromatic Colors of #A80091
Black with #A80091
Text Example
Text Example
White with #A80091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80091; }
p { color: rgb(168,0,145); }
H1.HeaderClassName
{
color: #A80091;
}
.AnyTagClassName
{
color: #A80091;
}
</style>
background-color css
<style>
a { background-color: #A80091; }
a { background-color: rgb(168,0,145); }
div.DivClassName
{
background-color: #A80091;
}
.BgClassName
{
background-color: #A80091;
}
</style>
border-color css
<style>
span { border-color: #A80091; }
span { border-color: rgb(168,0,145); }
td.TdClassName
{
border-color: #A80091;
}
.TagClassName
{
border-color: #A80091;
}
</style>