Shades of Dark Magenta #A511AC
Tints of Dark Magenta #A511AC
RGB
CMYK
RGB Variations
Color information
#A511AC (or 0xA511AC) is known color: Dark Magenta. HEX triplet: A5, 11 and AC. RGB value is (165,17,172). Sum of RGB (Red+Green+Blue) = 165+17+172=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #A511AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A511AC is #5AEE53. Grayscale: #4E4E4E. Windows color (decimal): -5959252 or 11276709. OLE color: 11276709.
HSL color Cylindrical-coordinate representation of color #A511AC: hue angle of 297.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A511AC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 17 | 172 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.33 |
| HSL | 297.29º | 0.82% | 0.37% | - |
| HSV(B) | 297.29º | 0.9% | 0.67% | - |
| XYZ | 23.16 | 11.38 | 40.01 | - |
| YUV | 78.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 172 | 0.04 | 0.90 | 0 | 0.33 | 297.29 | 0.82 | 0.37 |
| Hex | A5 | 11 | AC | 4 | 5A | 0 | 21 | 129 | 52 | 25 |
| Octal | 245 | 21 | 254 | 4 | 132 | 0 | 41 | 451 | 122 | 45 |
| Binary | 10100101 | 10001 | 10101100 | 100 | 1011010 | 0 | 100001 | 100101001 | 1010010 | 100101 |
Color Harmonies of #A511AC
Complementary color
Monochromatic Colors of #A511AC
Black with #A511AC
Text Example
Text Example
White with #A511AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511AC; }
p { color: rgb(165,17,172); }
H1.HeaderClassName
{
color: #A511AC;
}
.AnyTagClassName
{
color: #A511AC;
}
</style>
background-color css
<style>
a { background-color: #A511AC; }
a { background-color: rgb(165,17,172); }
div.DivClassName
{
background-color: #A511AC;
}
.BgClassName
{
background-color: #A511AC;
}
</style>
border-color css
<style>
span { border-color: #A511AC; }
span { border-color: rgb(165,17,172); }
td.TdClassName
{
border-color: #A511AC;
}
.TagClassName
{
border-color: #A511AC;
}
</style>