Shades of Dark Magenta #A500AC
Tints of Dark Magenta #A500AC
RGB
CMYK
RGB Variations
Color information
#A500AC (or 0xA500AC) is known color: Dark Magenta. HEX triplet: A5, 00 and AC. RGB value is (165,0,172). Sum of RGB (Red+Green+Blue) = 165+0+172=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #A500AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A500AC is #5AFF53. Grayscale: #444444. Windows color (decimal): -5963604 or 11272357. OLE color: 11272357.
HSL color Cylindrical-coordinate representation of color #A500AC: hue angle of 297.56º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500AC is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 0 | 172 | - |
| CMYK | 0.04 | 1 | 0 | 0.33 |
| HSL | 297.56º | 1% | 0.34% | - |
| HSV(B) | 297.56º | 1% | 0.67% | - |
| XYZ | 22.96 | 10.98 | 39.94 | - |
| YUV | 68.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 172 | 0.04 | 1 | 0 | 0.33 | 297.56 | 1 | 0.34 |
| Hex | A5 | 0 | AC | 4 | 64 | 0 | 21 | 12A | 64 | 22 |
| Octal | 245 | 0 | 254 | 4 | 144 | 0 | 41 | 452 | 144 | 42 |
| Binary | 10100101 | 0 | 10101100 | 100 | 1100100 | 0 | 100001 | 100101010 | 1100100 | 100010 |
Color Harmonies of #A500AC
Complementary color
Monochromatic Colors of #A500AC
Black with #A500AC
Text Example
Text Example
White with #A500AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500AC; }
p { color: rgb(165,0,172); }
H1.HeaderClassName
{
color: #A500AC;
}
.AnyTagClassName
{
color: #A500AC;
}
</style>
background-color css
<style>
a { background-color: #A500AC; }
a { background-color: rgb(165,0,172); }
div.DivClassName
{
background-color: #A500AC;
}
.BgClassName
{
background-color: #A500AC;
}
</style>
border-color css
<style>
span { border-color: #A500AC; }
span { border-color: rgb(165,0,172); }
td.TdClassName
{
border-color: #A500AC;
}
.TagClassName
{
border-color: #A500AC;
}
</style>