Shades of Dark Magenta #A80698
Tints of Dark Magenta #A80698
RGB
CMYK
RGB Variations
Color information
#A80698 (or 0xA80698) is known color: Dark Magenta. HEX triplet: A8, 06 and 98. RGB value is (168,6,152). Sum of RGB (Red+Green+Blue) = 168+6+152=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A80698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80698 is #57F967. Grayscale: #464646. Windows color (decimal): -5765480 or 9963176. OLE color: 9963176.
HSL color Cylindrical-coordinate representation of color #A80698: hue angle of 305.93º 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 #A80698 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 152 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.34 |
| HSL | 305.93º | 0.93% | 0.34% | - |
| HSV(B) | 305.93º | 0.96% | 0.66% | - |
| XYZ | 21.88 | 10.72 | 30.62 | - |
| YUV | 71.08 | 173.67 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 152 | 0 | 0.96 | 0.10 | 0.34 | 305.93 | 0.93 | 0.34 |
| Hex | A8 | 6 | 98 | 0 | 60 | A | 22 | 132 | 5D | 22 |
| Octal | 250 | 6 | 230 | 0 | 140 | 12 | 42 | 462 | 135 | 42 |
| Binary | 10101000 | 110 | 10011000 | 0 | 1100000 | 1010 | 100010 | 100110010 | 1011101 | 100010 |
Color Harmonies of #A80698
Complementary color
Monochromatic Colors of #A80698
Black with #A80698
Text Example
Text Example
White with #A80698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80698; }
p { color: rgb(168,6,152); }
H1.HeaderClassName
{
color: #A80698;
}
.AnyTagClassName
{
color: #A80698;
}
</style>
background-color css
<style>
a { background-color: #A80698; }
a { background-color: rgb(168,6,152); }
div.DivClassName
{
background-color: #A80698;
}
.BgClassName
{
background-color: #A80698;
}
</style>
border-color css
<style>
span { border-color: #A80698; }
span { border-color: rgb(168,6,152); }
td.TdClassName
{
border-color: #A80698;
}
.TagClassName
{
border-color: #A80698;
}
</style>