Shades of Dark Magenta #A80885
Tints of Dark Magenta #A80885
RGB
CMYK
RGB Variations
Color information
#A80885 (or 0xA80885) is known color: Dark Magenta. HEX triplet: A8, 08 and 85. RGB value is (168,8,133). Sum of RGB (Red+Green+Blue) = 168+8+133=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A80885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80885 is #57F77A. Grayscale: #454545. Windows color (decimal): -5764987 or 8718504. OLE color: 8718504.
HSL color Cylindrical-coordinate representation of color #A80885: hue angle of 313.12º 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 #A80885 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 133 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.34 |
| HSL | 313.13º | 0.91% | 0.35% | - |
| HSV(B) | 313.13º | 0.95% | 0.66% | - |
| XYZ | 20.47 | 10.19 | 23.08 | - |
| YUV | 70.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 133 | 0 | 0.95 | 0.21 | 0.34 | 313.13 | 0.91 | 0.35 |
| Hex | A8 | 8 | 85 | 0 | 5F | 15 | 22 | 139 | 5B | 23 |
| Octal | 250 | 10 | 205 | 0 | 137 | 25 | 42 | 471 | 133 | 43 |
| Binary | 10101000 | 1000 | 10000101 | 0 | 1011111 | 10101 | 100010 | 100111001 | 1011011 | 100011 |
Color Harmonies of #A80885
Complementary color
Monochromatic Colors of #A80885
Black with #A80885
Text Example
Text Example
White with #A80885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80885; }
p { color: rgb(168,8,133); }
H1.HeaderClassName
{
color: #A80885;
}
.AnyTagClassName
{
color: #A80885;
}
</style>
background-color css
<style>
a { background-color: #A80885; }
a { background-color: rgb(168,8,133); }
div.DivClassName
{
background-color: #A80885;
}
.BgClassName
{
background-color: #A80885;
}
</style>
border-color css
<style>
span { border-color: #A80885; }
span { border-color: rgb(168,8,133); }
td.TdClassName
{
border-color: #A80885;
}
.TagClassName
{
border-color: #A80885;
}
</style>