Shades of Dark Magenta #A80688
Tints of Dark Magenta #A80688
RGB
CMYK
RGB Variations
Color information
#A80688 (or 0xA80688) is known color: Dark Magenta. HEX triplet: A8, 06 and 88. RGB value is (168,6,136). Sum of RGB (Red+Green+Blue) = 168+6+136=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A80688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80688 is #57F977. Grayscale: #444444. Windows color (decimal): -5765496 or 8914600. OLE color: 8914600.
HSL color Cylindrical-coordinate representation of color #A80688: hue angle of 311.85º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80688 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 136 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.34 |
| HSL | 311.85º | 0.93% | 0.34% | - |
| HSV(B) | 311.85º | 0.96% | 0.66% | - |
| XYZ | 20.66 | 10.23 | 24.18 | - |
| YUV | 69.26 | 165.67 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 136 | 0 | 0.96 | 0.19 | 0.34 | 311.85 | 0.93 | 0.34 |
| Hex | A8 | 6 | 88 | 0 | 60 | 13 | 22 | 138 | 5D | 22 |
| Octal | 250 | 6 | 210 | 0 | 140 | 23 | 42 | 470 | 135 | 42 |
| Binary | 10101000 | 110 | 10001000 | 0 | 1100000 | 10011 | 100010 | 100111000 | 1011101 | 100010 |
Color Harmonies of #A80688
Complementary color
Monochromatic Colors of #A80688
Black with #A80688
Text Example
Text Example
White with #A80688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80688; }
p { color: rgb(168,6,136); }
H1.HeaderClassName
{
color: #A80688;
}
.AnyTagClassName
{
color: #A80688;
}
</style>
background-color css
<style>
a { background-color: #A80688; }
a { background-color: rgb(168,6,136); }
div.DivClassName
{
background-color: #A80688;
}
.BgClassName
{
background-color: #A80688;
}
</style>
border-color css
<style>
span { border-color: #A80688; }
span { border-color: rgb(168,6,136); }
td.TdClassName
{
border-color: #A80688;
}
.TagClassName
{
border-color: #A80688;
}
</style>