Shades of Dark Magenta #A80CAA
Tints of Dark Magenta #A80CAA
RGB
CMYK
RGB Variations
Color information
#A80CAA (or 0xA80CAA) is known color: Dark Magenta. HEX triplet: A8, 0C and AA. RGB value is (168,12,170). Sum of RGB (Red+Green+Blue) = 168+12+170=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #A80CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80CAA is #57F355. Grayscale: #4C4C4C. Windows color (decimal): -5763926 or 11144360. OLE color: 11144360.
HSL color Cylindrical-coordinate representation of color #A80CAA: hue angle of 299.24º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80CAA is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 12 | 170 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.33 |
| HSL | 299.24º | 0.87% | 0.36% | - |
| HSV(B) | 299.24º | 0.93% | 0.67% | - |
| XYZ | 23.54 | 11.49 | 39.01 | - |
| YUV | 76.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 170 | 0.01 | 0.93 | 0 | 0.33 | 299.24 | 0.87 | 0.36 |
| Hex | A8 | C | AA | 1 | 5D | 0 | 21 | 12B | 57 | 24 |
| Octal | 250 | 14 | 252 | 1 | 135 | 0 | 41 | 453 | 127 | 44 |
| Binary | 10101000 | 1100 | 10101010 | 1 | 1011101 | 0 | 100001 | 100101011 | 1010111 | 100100 |
Color Harmonies of #A80CAA
Complementary color
Monochromatic Colors of #A80CAA
Black with #A80CAA
Text Example
Text Example
White with #A80CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CAA; }
p { color: rgb(168,12,170); }
H1.HeaderClassName
{
color: #A80CAA;
}
.AnyTagClassName
{
color: #A80CAA;
}
</style>
background-color css
<style>
a { background-color: #A80CAA; }
a { background-color: rgb(168,12,170); }
div.DivClassName
{
background-color: #A80CAA;
}
.BgClassName
{
background-color: #A80CAA;
}
</style>
border-color css
<style>
span { border-color: #A80CAA; }
span { border-color: rgb(168,12,170); }
td.TdClassName
{
border-color: #A80CAA;
}
.TagClassName
{
border-color: #A80CAA;
}
</style>