Shades of Dark Magenta #A81090
Tints of Dark Magenta #A81090
RGB
CMYK
RGB Variations
Color information
#A81090 (or 0xA81090) is known color: Dark Magenta. HEX triplet: A8, 10 and 90. RGB value is (168,16,144). Sum of RGB (Red+Green+Blue) = 168+16+144=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A81090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81090 is #57EF6F. Grayscale: #4B4B4B. Windows color (decimal): -5762928 or 9441448. OLE color: 9441448.
HSL color Cylindrical-coordinate representation of color #A81090: hue angle of 309.47º 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 #A81090 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 144 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.34 |
| HSL | 309.47º | 0.83% | 0.36% | - |
| HSV(B) | 309.47º | 0.9% | 0.66% | - |
| XYZ | 21.37 | 10.71 | 27.33 | - |
| YUV | 76.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 144 | 0 | 0.90 | 0.14 | 0.34 | 309.47 | 0.83 | 0.36 |
| Hex | A8 | 10 | 90 | 0 | 5A | E | 22 | 135 | 53 | 24 |
| Octal | 250 | 20 | 220 | 0 | 132 | 16 | 42 | 465 | 123 | 44 |
| Binary | 10101000 | 10000 | 10010000 | 0 | 1011010 | 1110 | 100010 | 100110101 | 1010011 | 100100 |
Color Harmonies of #A81090
Complementary color
Monochromatic Colors of #A81090
Black with #A81090
Text Example
Text Example
White with #A81090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81090; }
p { color: rgb(168,16,144); }
H1.HeaderClassName
{
color: #A81090;
}
.AnyTagClassName
{
color: #A81090;
}
</style>
background-color css
<style>
a { background-color: #A81090; }
a { background-color: rgb(168,16,144); }
div.DivClassName
{
background-color: #A81090;
}
.BgClassName
{
background-color: #A81090;
}
</style>
border-color css
<style>
span { border-color: #A81090; }
span { border-color: rgb(168,16,144); }
td.TdClassName
{
border-color: #A81090;
}
.TagClassName
{
border-color: #A81090;
}
</style>