Shades of Dark Magenta #A8059D
Tints of Dark Magenta #A8059D
RGB
CMYK
RGB Variations
Color information
#A8059D (or 0xA8059D) is known color: Dark Magenta. HEX triplet: A8, 05 and 9D. RGB value is (168,5,157). Sum of RGB (Red+Green+Blue) = 168+5+157=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8059D is #57FA62. Grayscale: #464646. Windows color (decimal): -5765731 or 10290600. OLE color: 10290600.
HSL color Cylindrical-coordinate representation of color #A8059D: hue angle of 304.05º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8059D is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.34 |
| HSL | 304.05º | 0.94% | 0.34% | - |
| HSV(B) | 304.05º | 0.97% | 0.66% | - |
| XYZ | 22.29 | 10.87 | 32.82 | - |
| YUV | 71.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 157 | 0 | 0.97 | 0.07 | 0.34 | 304.05 | 0.94 | 0.34 |
| Hex | A8 | 5 | 9D | 0 | 61 | 7 | 22 | 130 | 5E | 22 |
| Octal | 250 | 5 | 235 | 0 | 141 | 7 | 42 | 460 | 136 | 42 |
| Binary | 10101000 | 101 | 10011101 | 0 | 1100001 | 111 | 100010 | 100110000 | 1011110 | 100010 |
Color Harmonies of #A8059D
Complementary color
Monochromatic Colors of #A8059D
Black with #A8059D
Text Example
Text Example
White with #A8059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8059D; }
p { color: rgb(168,5,157); }
H1.HeaderClassName
{
color: #A8059D;
}
.AnyTagClassName
{
color: #A8059D;
}
</style>
background-color css
<style>
a { background-color: #A8059D; }
a { background-color: rgb(168,5,157); }
div.DivClassName
{
background-color: #A8059D;
}
.BgClassName
{
background-color: #A8059D;
}
</style>
border-color css
<style>
span { border-color: #A8059D; }
span { border-color: rgb(168,5,157); }
td.TdClassName
{
border-color: #A8059D;
}
.TagClassName
{
border-color: #A8059D;
}
</style>