Shades of Dark Magenta #A81091
Tints of Dark Magenta #A81091
RGB
CMYK
RGB Variations
Color information
#A81091 (or 0xA81091) is known color: Dark Magenta. HEX triplet: A8, 10 and 91. RGB value is (168,16,145). Sum of RGB (Red+Green+Blue) = 168+16+145=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A81091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81091 is #57EF6E. Grayscale: #4B4B4B. Windows color (decimal): -5762927 or 9506984. OLE color: 9506984.
HSL color Cylindrical-coordinate representation of color #A81091: hue angle of 309.08º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81091 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 145 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.34 |
| HSL | 309.08º | 0.83% | 0.36% | - |
| HSV(B) | 309.08º | 0.9% | 0.66% | - |
| XYZ | 21.44 | 10.74 | 27.73 | - |
| YUV | 76.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 145 | 0 | 0.90 | 0.14 | 0.34 | 309.08 | 0.83 | 0.36 |
| Hex | A8 | 10 | 91 | 0 | 5A | E | 22 | 135 | 53 | 24 |
| Octal | 250 | 20 | 221 | 0 | 132 | 16 | 42 | 465 | 123 | 44 |
| Binary | 10101000 | 10000 | 10010001 | 0 | 1011010 | 1110 | 100010 | 100110101 | 1010011 | 100100 |
Color Harmonies of #A81091
Complementary color
Monochromatic Colors of #A81091
Black with #A81091
Text Example
Text Example
White with #A81091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81091; }
p { color: rgb(168,16,145); }
H1.HeaderClassName
{
color: #A81091;
}
.AnyTagClassName
{
color: #A81091;
}
</style>
background-color css
<style>
a { background-color: #A81091; }
a { background-color: rgb(168,16,145); }
div.DivClassName
{
background-color: #A81091;
}
.BgClassName
{
background-color: #A81091;
}
</style>
border-color css
<style>
span { border-color: #A81091; }
span { border-color: rgb(168,16,145); }
td.TdClassName
{
border-color: #A81091;
}
.TagClassName
{
border-color: #A81091;
}
</style>