Shades of Dark Magenta #A00FAC
Tints of Dark Magenta #A00FAC
RGB
CMYK
RGB Variations
Color information
#A00FAC (or 0xA00FAC) is known color: Dark Magenta. HEX triplet: A0, 0F and AC. RGB value is (160,15,172). Sum of RGB (Red+Green+Blue) = 160+15+172=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #A00FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00FAC is #5FF053. Grayscale: #4B4B4B. Windows color (decimal): -6287444 or 11276192. OLE color: 11276192.
HSL color Cylindrical-coordinate representation of color #A00FAC: hue angle of 295.41º 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 #A00FAC is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 15 | 172 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.33 |
| HSL | 295.41º | 0.84% | 0.37% | - |
| HSV(B) | 295.41º | 0.91% | 0.67% | - |
| XYZ | 22.11 | 10.79 | 39.95 | - |
| YUV | 76.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 172 | 0.07 | 0.91 | 0 | 0.33 | 295.41 | 0.84 | 0.37 |
| Hex | A0 | F | AC | 7 | 5B | 0 | 21 | 127 | 54 | 25 |
| Octal | 240 | 17 | 254 | 7 | 133 | 0 | 41 | 447 | 124 | 45 |
| Binary | 10100000 | 1111 | 10101100 | 111 | 1011011 | 0 | 100001 | 100100111 | 1010100 | 100101 |
Color Harmonies of #A00FAC
Complementary color
Monochromatic Colors of #A00FAC
Black with #A00FAC
Text Example
Text Example
White with #A00FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FAC; }
p { color: rgb(160,15,172); }
H1.HeaderClassName
{
color: #A00FAC;
}
.AnyTagClassName
{
color: #A00FAC;
}
</style>
background-color css
<style>
a { background-color: #A00FAC; }
a { background-color: rgb(160,15,172); }
div.DivClassName
{
background-color: #A00FAC;
}
.BgClassName
{
background-color: #A00FAC;
}
</style>
border-color css
<style>
span { border-color: #A00FAC; }
span { border-color: rgb(160,15,172); }
td.TdClassName
{
border-color: #A00FAC;
}
.TagClassName
{
border-color: #A00FAC;
}
</style>