Shades of Dark Magenta #A80084
Tints of Dark Magenta #A80084
RGB
CMYK
RGB Variations
Color information
#A80084 (or 0xA80084) is known color: Dark Magenta. HEX triplet: A8, 00 and 84. RGB value is (168,0,132). Sum of RGB (Red+Green+Blue) = 168+0+132=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A80084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80084 is #57FF7B. Grayscale: #404040. Windows color (decimal): -5767036 or 8650920. OLE color: 8650920.
HSL color Cylindrical-coordinate representation of color #A80084: hue angle of 312.86º 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 #A80084 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.21 | 0.34 |
| HSL | 312.86º | 1% | 0.33% | - |
| HSV(B) | 312.86º | 1% | 0.66% | - |
| XYZ | 20.31 | 9.99 | 22.69 | - |
| YUV | 65.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 132 | 0 | 1 | 0.21 | 0.34 | 312.86 | 1 | 0.33 |
| Hex | A8 | 0 | 84 | 0 | 64 | 15 | 22 | 139 | 64 | 21 |
| Octal | 250 | 0 | 204 | 0 | 144 | 25 | 42 | 471 | 144 | 41 |
| Binary | 10101000 | 0 | 10000100 | 0 | 1100100 | 10101 | 100010 | 100111001 | 1100100 | 100001 |
Color Harmonies of #A80084
Complementary color
Monochromatic Colors of #A80084
Black with #A80084
Text Example
Text Example
White with #A80084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80084; }
p { color: rgb(168,0,132); }
H1.HeaderClassName
{
color: #A80084;
}
.AnyTagClassName
{
color: #A80084;
}
</style>
background-color css
<style>
a { background-color: #A80084; }
a { background-color: rgb(168,0,132); }
div.DivClassName
{
background-color: #A80084;
}
.BgClassName
{
background-color: #A80084;
}
</style>
border-color css
<style>
span { border-color: #A80084; }
span { border-color: rgb(168,0,132); }
td.TdClassName
{
border-color: #A80084;
}
.TagClassName
{
border-color: #A80084;
}
</style>