Shades of Dark Magenta #A505AC
Tints of Dark Magenta #A505AC
RGB
CMYK
RGB Variations
Color information
#A505AC (or 0xA505AC) is known color: Dark Magenta. HEX triplet: A5, 05 and AC. RGB value is (165,5,172). Sum of RGB (Red+Green+Blue) = 165+5+172=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 5 (2.34% from 255 or 1.46% 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 #A505AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A505AC is #5AFA53. Grayscale: #474747. Windows color (decimal): -5962324 or 11273637. OLE color: 11273637.
HSL color Cylindrical-coordinate representation of color #A505AC: hue angle of 297.49º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A505AC is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 5 | 172 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.33 |
| HSL | 297.49º | 0.94% | 0.35% | - |
| HSV(B) | 297.49º | 0.97% | 0.67% | - |
| XYZ | 23.02 | 11.09 | 39.96 | - |
| YUV | 71.88 | 184.51 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 172 | 0.04 | 0.97 | 0 | 0.33 | 297.49 | 0.94 | 0.35 |
| Hex | A5 | 5 | AC | 4 | 61 | 0 | 21 | 129 | 5E | 23 |
| Octal | 245 | 5 | 254 | 4 | 141 | 0 | 41 | 451 | 136 | 43 |
| Binary | 10100101 | 101 | 10101100 | 100 | 1100001 | 0 | 100001 | 100101001 | 1011110 | 100011 |
Color Harmonies of #A505AC
Complementary color
Monochromatic Colors of #A505AC
Black with #A505AC
Text Example
Text Example
White with #A505AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505AC; }
p { color: rgb(165,5,172); }
H1.HeaderClassName
{
color: #A505AC;
}
.AnyTagClassName
{
color: #A505AC;
}
</style>
background-color css
<style>
a { background-color: #A505AC; }
a { background-color: rgb(165,5,172); }
div.DivClassName
{
background-color: #A505AC;
}
.BgClassName
{
background-color: #A505AC;
}
</style>
border-color css
<style>
span { border-color: #A505AC; }
span { border-color: rgb(165,5,172); }
td.TdClassName
{
border-color: #A505AC;
}
.TagClassName
{
border-color: #A505AC;
}
</style>