Shades of Dark Magenta #A311AC
Tints of Dark Magenta #A311AC
RGB
CMYK
RGB Variations
Color information
#A311AC (or 0xA311AC) is known color: Dark Magenta. HEX triplet: A3, 11 and AC. RGB value is (163,17,172). Sum of RGB (Red+Green+Blue) = 163+17+172=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #A311AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A311AC is #5CEE53. Grayscale: #4D4D4D. Windows color (decimal): -6090324 or 11276707. OLE color: 11276707.
HSL color Cylindrical-coordinate representation of color #A311AC: hue angle of 296.52º 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 #A311AC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 17 | 172 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.33 |
| HSL | 296.52º | 0.82% | 0.37% | - |
| HSV(B) | 296.52º | 0.9% | 0.67% | - |
| XYZ | 22.75 | 11.17 | 39.99 | - |
| YUV | 78.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 172 | 0.05 | 0.90 | 0 | 0.33 | 296.52 | 0.82 | 0.37 |
| Hex | A3 | 11 | AC | 5 | 5A | 0 | 21 | 129 | 52 | 25 |
| Octal | 243 | 21 | 254 | 5 | 132 | 0 | 41 | 451 | 122 | 45 |
| Binary | 10100011 | 10001 | 10101100 | 101 | 1011010 | 0 | 100001 | 100101001 | 1010010 | 100101 |
Color Harmonies of #A311AC
Complementary color
Monochromatic Colors of #A311AC
Black with #A311AC
Text Example
Text Example
White with #A311AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A311AC; }
p { color: rgb(163,17,172); }
H1.HeaderClassName
{
color: #A311AC;
}
.AnyTagClassName
{
color: #A311AC;
}
</style>
background-color css
<style>
a { background-color: #A311AC; }
a { background-color: rgb(163,17,172); }
div.DivClassName
{
background-color: #A311AC;
}
.BgClassName
{
background-color: #A311AC;
}
</style>
border-color css
<style>
span { border-color: #A311AC; }
span { border-color: rgb(163,17,172); }
td.TdClassName
{
border-color: #A311AC;
}
.TagClassName
{
border-color: #A311AC;
}
</style>