Shades of Dark Magenta #A80CA6
Tints of Dark Magenta #A80CA6
RGB
CMYK
RGB Variations
Color information
#A80CA6 (or 0xA80CA6) is known color: Dark Magenta. HEX triplet: A8, 0C and A6. RGB value is (168,12,166). Sum of RGB (Red+Green+Blue) = 168+12+166=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A80CA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80CA6 is #57F359. Grayscale: #4B4B4B. Windows color (decimal): -5763930 or 10882216. OLE color: 10882216.
HSL color Cylindrical-coordinate representation of color #A80CA6: hue angle of 300.77º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80CA6 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 166 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.34 |
| HSL | 300.77º | 0.87% | 0.35% | - |
| HSV(B) | 300.77º | 0.93% | 0.66% | - |
| XYZ | 23.16 | 11.34 | 37.04 | - |
| YUV | 76.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 166 | 0 | 0.93 | 0.01 | 0.34 | 300.77 | 0.87 | 0.35 |
| Hex | A8 | C | A6 | 0 | 5D | 1 | 22 | 12D | 57 | 23 |
| Octal | 250 | 14 | 246 | 0 | 135 | 1 | 42 | 455 | 127 | 43 |
| Binary | 10101000 | 1100 | 10100110 | 0 | 1011101 | 1 | 100010 | 100101101 | 1010111 | 100011 |
Color Harmonies of #A80CA6
Complementary color
Monochromatic Colors of #A80CA6
Black with #A80CA6
Text Example
Text Example
White with #A80CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CA6; }
p { color: rgb(168,12,166); }
H1.HeaderClassName
{
color: #A80CA6;
}
.AnyTagClassName
{
color: #A80CA6;
}
</style>
background-color css
<style>
a { background-color: #A80CA6; }
a { background-color: rgb(168,12,166); }
div.DivClassName
{
background-color: #A80CA6;
}
.BgClassName
{
background-color: #A80CA6;
}
</style>
border-color css
<style>
span { border-color: #A80CA6; }
span { border-color: rgb(168,12,166); }
td.TdClassName
{
border-color: #A80CA6;
}
.TagClassName
{
border-color: #A80CA6;
}
</style>