Shades of Dark Magenta #A80488
Tints of Dark Magenta #A80488
RGB
CMYK
RGB Variations
Color information
#A80488 (or 0xA80488) is known color: Dark Magenta. HEX triplet: A8, 04 and 88. RGB value is (168,4,136). Sum of RGB (Red+Green+Blue) = 168+4+136=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A80488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80488 is #57FB77. Grayscale: #434343. Windows color (decimal): -5766008 or 8914088. OLE color: 8914088.
HSL color Cylindrical-coordinate representation of color #A80488: hue angle of 311.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80488 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.34 |
| HSL | 311.71º | 0.95% | 0.34% | - |
| HSV(B) | 311.71º | 0.98% | 0.66% | - |
| XYZ | 20.64 | 10.19 | 24.17 | - |
| YUV | 68.08 | 166.33 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 136 | 0 | 0.98 | 0.19 | 0.34 | 311.71 | 0.95 | 0.34 |
| Hex | A8 | 4 | 88 | 0 | 62 | 13 | 22 | 138 | 5F | 22 |
| Octal | 250 | 4 | 210 | 0 | 142 | 23 | 42 | 470 | 137 | 42 |
| Binary | 10101000 | 100 | 10001000 | 0 | 1100010 | 10011 | 100010 | 100111000 | 1011111 | 100010 |
Color Harmonies of #A80488
Complementary color
Monochromatic Colors of #A80488
Black with #A80488
Text Example
Text Example
White with #A80488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80488; }
p { color: rgb(168,4,136); }
H1.HeaderClassName
{
color: #A80488;
}
.AnyTagClassName
{
color: #A80488;
}
</style>
background-color css
<style>
a { background-color: #A80488; }
a { background-color: rgb(168,4,136); }
div.DivClassName
{
background-color: #A80488;
}
.BgClassName
{
background-color: #A80488;
}
</style>
border-color css
<style>
span { border-color: #A80488; }
span { border-color: rgb(168,4,136); }
td.TdClassName
{
border-color: #A80488;
}
.TagClassName
{
border-color: #A80488;
}
</style>