Shades of Dark Magenta #A80089
Tints of Dark Magenta #A80089
RGB
CMYK
RGB Variations
Color information
#A80089 (or 0xA80089) is known color: Dark Magenta. HEX triplet: A8, 00 and 89. RGB value is (168,0,137). Sum of RGB (Red+Green+Blue) = 168+0+137=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A80089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80089 is #57FF76. Grayscale: #414141. Windows color (decimal): -5767031 or 8978600. OLE color: 8978600.
HSL color Cylindrical-coordinate representation of color #A80089: hue angle of 311.07º 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 #A80089 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.18 | 0.34 |
| HSL | 311.07º | 1% | 0.33% | - |
| HSV(B) | 311.07º | 1% | 0.66% | - |
| XYZ | 20.66 | 10.13 | 24.53 | - |
| YUV | 65.85 | 168.16 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 137 | 0 | 1 | 0.18 | 0.34 | 311.07 | 1 | 0.33 |
| Hex | A8 | 0 | 89 | 0 | 64 | 12 | 22 | 137 | 64 | 21 |
| Octal | 250 | 0 | 211 | 0 | 144 | 22 | 42 | 467 | 144 | 41 |
| Binary | 10101000 | 0 | 10001001 | 0 | 1100100 | 10010 | 100010 | 100110111 | 1100100 | 100001 |
Color Harmonies of #A80089
Complementary color
Monochromatic Colors of #A80089
Black with #A80089
Text Example
Text Example
White with #A80089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80089; }
p { color: rgb(168,0,137); }
H1.HeaderClassName
{
color: #A80089;
}
.AnyTagClassName
{
color: #A80089;
}
</style>
background-color css
<style>
a { background-color: #A80089; }
a { background-color: rgb(168,0,137); }
div.DivClassName
{
background-color: #A80089;
}
.BgClassName
{
background-color: #A80089;
}
</style>
border-color css
<style>
span { border-color: #A80089; }
span { border-color: rgb(168,0,137); }
td.TdClassName
{
border-color: #A80089;
}
.TagClassName
{
border-color: #A80089;
}
</style>