Shades of Dark Magenta #A80890
Tints of Dark Magenta #A80890
RGB
CMYK
RGB Variations
Color information
#A80890 (or 0xA80890) is known color: Dark Magenta. HEX triplet: A8, 08 and 90. RGB value is (168,8,144). Sum of RGB (Red+Green+Blue) = 168+8+144=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A80890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80890 is #57F76F. Grayscale: #464646. Windows color (decimal): -5764976 or 9439400. OLE color: 9439400.
HSL color Cylindrical-coordinate representation of color #A80890: hue angle of 309º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80890 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 144 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.34 |
| HSL | 309º | 0.91% | 0.35% | - |
| HSV(B) | 309º | 0.95% | 0.66% | - |
| XYZ | 21.27 | 10.51 | 27.29 | - |
| YUV | 71.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 144 | 0 | 0.95 | 0.14 | 0.34 | 309 | 0.91 | 0.35 |
| Hex | A8 | 8 | 90 | 0 | 5F | E | 22 | 135 | 5B | 23 |
| Octal | 250 | 10 | 220 | 0 | 137 | 16 | 42 | 465 | 133 | 43 |
| Binary | 10101000 | 1000 | 10010000 | 0 | 1011111 | 1110 | 100010 | 100110101 | 1011011 | 100011 |
Color Harmonies of #A80890
Complementary color
Monochromatic Colors of #A80890
Black with #A80890
Text Example
Text Example
White with #A80890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80890; }
p { color: rgb(168,8,144); }
H1.HeaderClassName
{
color: #A80890;
}
.AnyTagClassName
{
color: #A80890;
}
</style>
background-color css
<style>
a { background-color: #A80890; }
a { background-color: rgb(168,8,144); }
div.DivClassName
{
background-color: #A80890;
}
.BgClassName
{
background-color: #A80890;
}
</style>
border-color css
<style>
span { border-color: #A80890; }
span { border-color: rgb(168,8,144); }
td.TdClassName
{
border-color: #A80890;
}
.TagClassName
{
border-color: #A80890;
}
</style>