Shades of Dark Magenta #A0088A
Tints of Dark Magenta #A0088A
RGB
CMYK
RGB Variations
Color information
#A0088A (or 0xA0088A) is known color: Dark Magenta. HEX triplet: A0, 08 and 8A. RGB value is (160,8,138). Sum of RGB (Red+Green+Blue) = 160+8+138=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0088A is #5FF775. Grayscale: #434343. Windows color (decimal): -6289270 or 9046176. OLE color: 9046176.
HSL color Cylindrical-coordinate representation of color #A0088A: hue angle of 308.68º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0088A is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 138 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.37 |
| HSL | 308.68º | 0.9% | 0.33% | - |
| HSV(B) | 308.68º | 0.95% | 0.63% | - |
| XYZ | 19.17 | 9.48 | 24.86 | - |
| YUV | 68.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 138 | 0 | 0.95 | 0.14 | 0.37 | 308.68 | 0.9 | 0.33 |
| Hex | A0 | 8 | 8A | 0 | 5F | E | 25 | 135 | 5A | 21 |
| Octal | 240 | 10 | 212 | 0 | 137 | 16 | 45 | 465 | 132 | 41 |
| Binary | 10100000 | 1000 | 10001010 | 0 | 1011111 | 1110 | 100101 | 100110101 | 1011010 | 100001 |
Color Harmonies of #A0088A
Complementary color
Monochromatic Colors of #A0088A
Black with #A0088A
Text Example
Text Example
White with #A0088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0088A; }
p { color: rgb(160,8,138); }
H1.HeaderClassName
{
color: #A0088A;
}
.AnyTagClassName
{
color: #A0088A;
}
</style>
background-color css
<style>
a { background-color: #A0088A; }
a { background-color: rgb(160,8,138); }
div.DivClassName
{
background-color: #A0088A;
}
.BgClassName
{
background-color: #A0088A;
}
</style>
border-color css
<style>
span { border-color: #A0088A; }
span { border-color: rgb(160,8,138); }
td.TdClassName
{
border-color: #A0088A;
}
.TagClassName
{
border-color: #A0088A;
}
</style>