Shades of Dark Magenta #A00AAC
Tints of Dark Magenta #A00AAC
RGB
CMYK
RGB Variations
Color information
#A00AAC (or 0xA00AAC) is known color: Dark Magenta. HEX triplet: A0, 0A and AC. RGB value is (160,10,172). Sum of RGB (Red+Green+Blue) = 160+10+172=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #A00AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00AAC is #5FF553. Grayscale: #484848. Windows color (decimal): -6288724 or 11274912. OLE color: 11274912.
HSL color Cylindrical-coordinate representation of color #A00AAC: hue angle of 295.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00AAC is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 10 | 172 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.33 |
| HSL | 295.56º | 0.89% | 0.36% | - |
| HSV(B) | 295.56º | 0.94% | 0.67% | - |
| XYZ | 22.05 | 10.67 | 39.93 | - |
| YUV | 73.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 172 | 0.07 | 0.94 | 0 | 0.33 | 295.56 | 0.89 | 0.36 |
| Hex | A0 | A | AC | 7 | 5E | 0 | 21 | 128 | 59 | 24 |
| Octal | 240 | 12 | 254 | 7 | 136 | 0 | 41 | 450 | 131 | 44 |
| Binary | 10100000 | 1010 | 10101100 | 111 | 1011110 | 0 | 100001 | 100101000 | 1011001 | 100100 |
Color Harmonies of #A00AAC
Complementary color
Monochromatic Colors of #A00AAC
Black with #A00AAC
Text Example
Text Example
White with #A00AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AAC; }
p { color: rgb(160,10,172); }
H1.HeaderClassName
{
color: #A00AAC;
}
.AnyTagClassName
{
color: #A00AAC;
}
</style>
background-color css
<style>
a { background-color: #A00AAC; }
a { background-color: rgb(160,10,172); }
div.DivClassName
{
background-color: #A00AAC;
}
.BgClassName
{
background-color: #A00AAC;
}
</style>
border-color css
<style>
span { border-color: #A00AAC; }
span { border-color: rgb(160,10,172); }
td.TdClassName
{
border-color: #A00AAC;
}
.TagClassName
{
border-color: #A00AAC;
}
</style>