Shades of Dark Magenta #A80289
Tints of Dark Magenta #A80289
RGB
CMYK
RGB Variations
Color information
#A80289 (or 0xA80289) is known color: Dark Magenta. HEX triplet: A8, 02 and 89. RGB value is (168,2,137). Sum of RGB (Red+Green+Blue) = 168+2+137=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A80289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80289 is #57FD76. Grayscale: #424242. Windows color (decimal): -5766519 or 8979112. OLE color: 8979112.
HSL color Cylindrical-coordinate representation of color #A80289: hue angle of 311.2º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80289 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.34 |
| HSL | 311.2º | 0.98% | 0.33% | - |
| HSV(B) | 311.2º | 0.99% | 0.66% | - |
| XYZ | 20.69 | 10.17 | 24.54 | - |
| YUV | 67.02 | 167.5 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 137 | 0 | 0.99 | 0.18 | 0.34 | 311.2 | 0.98 | 0.33 |
| Hex | A8 | 2 | 89 | 0 | 63 | 12 | 22 | 137 | 62 | 21 |
| Octal | 250 | 2 | 211 | 0 | 143 | 22 | 42 | 467 | 142 | 41 |
| Binary | 10101000 | 10 | 10001001 | 0 | 1100011 | 10010 | 100010 | 100110111 | 1100010 | 100001 |
Color Harmonies of #A80289
Complementary color
Monochromatic Colors of #A80289
Black with #A80289
Text Example
Text Example
White with #A80289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80289; }
p { color: rgb(168,2,137); }
H1.HeaderClassName
{
color: #A80289;
}
.AnyTagClassName
{
color: #A80289;
}
</style>
background-color css
<style>
a { background-color: #A80289; }
a { background-color: rgb(168,2,137); }
div.DivClassName
{
background-color: #A80289;
}
.BgClassName
{
background-color: #A80289;
}
</style>
border-color css
<style>
span { border-color: #A80289; }
span { border-color: rgb(168,2,137); }
td.TdClassName
{
border-color: #A80289;
}
.TagClassName
{
border-color: #A80289;
}
</style>