Shades of Dark Magenta #A00888
Tints of Dark Magenta #A00888
RGB
CMYK
RGB Variations
Color information
#A00888 (or 0xA00888) is known color: Dark Magenta. HEX triplet: A0, 08 and 88. RGB value is (160,8,136). Sum of RGB (Red+Green+Blue) = 160+8+136=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A00888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00888 is #5FF777. Grayscale: #434343. Windows color (decimal): -6289272 or 8915104. OLE color: 8915104.
HSL color Cylindrical-coordinate representation of color #A00888: hue angle of 309.47º 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 #A00888 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 136 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.37 |
| HSL | 309.47º | 0.9% | 0.33% | - |
| HSV(B) | 309.47º | 0.95% | 0.63% | - |
| XYZ | 19.03 | 9.42 | 24.11 | - |
| YUV | 68.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 136 | 0 | 0.95 | 0.15 | 0.37 | 309.47 | 0.9 | 0.33 |
| Hex | A0 | 8 | 88 | 0 | 5F | F | 25 | 135 | 5A | 21 |
| Octal | 240 | 10 | 210 | 0 | 137 | 17 | 45 | 465 | 132 | 41 |
| Binary | 10100000 | 1000 | 10001000 | 0 | 1011111 | 1111 | 100101 | 100110101 | 1011010 | 100001 |
Color Harmonies of #A00888
Complementary color
Monochromatic Colors of #A00888
Black with #A00888
Text Example
Text Example
White with #A00888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00888; }
p { color: rgb(160,8,136); }
H1.HeaderClassName
{
color: #A00888;
}
.AnyTagClassName
{
color: #A00888;
}
</style>
background-color css
<style>
a { background-color: #A00888; }
a { background-color: rgb(160,8,136); }
div.DivClassName
{
background-color: #A00888;
}
.BgClassName
{
background-color: #A00888;
}
</style>
border-color css
<style>
span { border-color: #A00888; }
span { border-color: rgb(160,8,136); }
td.TdClassName
{
border-color: #A00888;
}
.TagClassName
{
border-color: #A00888;
}
</style>