Shades of Dark Magenta #A8058B
Tints of Dark Magenta #A8058B
RGB
CMYK
RGB Variations
Color information
#A8058B (or 0xA8058B) is known color: Dark Magenta. HEX triplet: A8, 05 and 8B. RGB value is (168,5,139). Sum of RGB (Red+Green+Blue) = 168+5+139=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8058B is #57FA74. Grayscale: #444444. Windows color (decimal): -5765749 or 9110952. OLE color: 9110952.
HSL color Cylindrical-coordinate representation of color #A8058B: hue angle of 310.67º 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 #A8058B is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 139 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.34 |
| HSL | 310.67º | 0.94% | 0.34% | - |
| HSV(B) | 310.67º | 0.97% | 0.66% | - |
| XYZ | 20.86 | 10.3 | 25.31 | - |
| YUV | 69.01 | 167.5 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 139 | 0 | 0.97 | 0.17 | 0.34 | 310.67 | 0.94 | 0.34 |
| Hex | A8 | 5 | 8B | 0 | 61 | 11 | 22 | 137 | 5E | 22 |
| Octal | 250 | 5 | 213 | 0 | 141 | 21 | 42 | 467 | 136 | 42 |
| Binary | 10101000 | 101 | 10001011 | 0 | 1100001 | 10001 | 100010 | 100110111 | 1011110 | 100010 |
Color Harmonies of #A8058B
Complementary color
Monochromatic Colors of #A8058B
Black with #A8058B
Text Example
Text Example
White with #A8058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8058B; }
p { color: rgb(168,5,139); }
H1.HeaderClassName
{
color: #A8058B;
}
.AnyTagClassName
{
color: #A8058B;
}
</style>
background-color css
<style>
a { background-color: #A8058B; }
a { background-color: rgb(168,5,139); }
div.DivClassName
{
background-color: #A8058B;
}
.BgClassName
{
background-color: #A8058B;
}
</style>
border-color css
<style>
span { border-color: #A8058B; }
span { border-color: rgb(168,5,139); }
td.TdClassName
{
border-color: #A8058B;
}
.TagClassName
{
border-color: #A8058B;
}
</style>