Shades of Dark Magenta #A80FAC
Tints of Dark Magenta #A80FAC
RGB
CMYK
RGB Variations
Color information
#A80FAC (or 0xA80FAC) is known color: Dark Magenta. HEX triplet: A8, 0F and AC. RGB value is (168,15,172). Sum of RGB (Red+Green+Blue) = 168+15+172=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #A80FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80FAC is #57F053. Grayscale: #4E4E4E. Windows color (decimal): -5763156 or 11276200. OLE color: 11276200.
HSL color Cylindrical-coordinate representation of color #A80FAC: hue angle of 298.47º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80FAC is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 15 | 172 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.33 |
| HSL | 298.47º | 0.84% | 0.37% | - |
| HSV(B) | 298.47º | 0.91% | 0.67% | - |
| XYZ | 23.77 | 11.65 | 40.02 | - |
| YUV | 78.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 172 | 0.02 | 0.91 | 0 | 0.33 | 298.47 | 0.84 | 0.37 |
| Hex | A8 | F | AC | 2 | 5B | 0 | 21 | 12A | 54 | 25 |
| Octal | 250 | 17 | 254 | 2 | 133 | 0 | 41 | 452 | 124 | 45 |
| Binary | 10101000 | 1111 | 10101100 | 10 | 1011011 | 0 | 100001 | 100101010 | 1010100 | 100101 |
Color Harmonies of #A80FAC
Complementary color
Monochromatic Colors of #A80FAC
Black with #A80FAC
Text Example
Text Example
White with #A80FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FAC; }
p { color: rgb(168,15,172); }
H1.HeaderClassName
{
color: #A80FAC;
}
.AnyTagClassName
{
color: #A80FAC;
}
</style>
background-color css
<style>
a { background-color: #A80FAC; }
a { background-color: rgb(168,15,172); }
div.DivClassName
{
background-color: #A80FAC;
}
.BgClassName
{
background-color: #A80FAC;
}
</style>
border-color css
<style>
span { border-color: #A80FAC; }
span { border-color: rgb(168,15,172); }
td.TdClassName
{
border-color: #A80FAC;
}
.TagClassName
{
border-color: #A80FAC;
}
</style>