Shades of Dark Magenta #A0088B
Tints of Dark Magenta #A0088B
RGB
CMYK
RGB Variations
Color information
#A0088B (or 0xA0088B) is known color: Dark Magenta. HEX triplet: A0, 08 and 8B. RGB value is (160,8,139). Sum of RGB (Red+Green+Blue) = 160+8+139=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0088B is #5FF774. Grayscale: #444444. Windows color (decimal): -6289269 or 9111712. OLE color: 9111712.
HSL color Cylindrical-coordinate representation of color #A0088B: hue angle of 308.29º 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 #A0088B is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 139 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.37 |
| HSL | 308.29º | 0.9% | 0.33% | - |
| HSV(B) | 308.29º | 0.95% | 0.63% | - |
| XYZ | 19.24 | 9.51 | 25.25 | - |
| YUV | 68.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 139 | 0 | 0.95 | 0.13 | 0.37 | 308.29 | 0.9 | 0.33 |
| Hex | A0 | 8 | 8B | 0 | 5F | D | 25 | 134 | 5A | 21 |
| Octal | 240 | 10 | 213 | 0 | 137 | 15 | 45 | 464 | 132 | 41 |
| Binary | 10100000 | 1000 | 10001011 | 0 | 1011111 | 1101 | 100101 | 100110100 | 1011010 | 100001 |
Color Harmonies of #A0088B
Complementary color
Monochromatic Colors of #A0088B
Black with #A0088B
Text Example
Text Example
White with #A0088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0088B; }
p { color: rgb(160,8,139); }
H1.HeaderClassName
{
color: #A0088B;
}
.AnyTagClassName
{
color: #A0088B;
}
</style>
background-color css
<style>
a { background-color: #A0088B; }
a { background-color: rgb(160,8,139); }
div.DivClassName
{
background-color: #A0088B;
}
.BgClassName
{
background-color: #A0088B;
}
</style>
border-color css
<style>
span { border-color: #A0088B; }
span { border-color: rgb(160,8,139); }
td.TdClassName
{
border-color: #A0088B;
}
.TagClassName
{
border-color: #A0088B;
}
</style>