Shades of Dark Magenta #A311A2
Tints of Dark Magenta #A311A2
RGB
CMYK
RGB Variations
Color information
#A311A2 (or 0xA311A2) is known color: Dark Magenta. HEX triplet: A3, 11 and A2. RGB value is (163,17,162). Sum of RGB (Red+Green+Blue) = 163+17+162=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A311A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A311A2 is #5CEE5D. Grayscale: #4C4C4C. Windows color (decimal): -6090334 or 10621347. OLE color: 10621347.
HSL color Cylindrical-coordinate representation of color #A311A2: hue angle of 300.41º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A311A2 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 162 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.36 |
| HSL | 300.41º | 0.81% | 0.35% | - |
| HSV(B) | 300.41º | 0.9% | 0.64% | - |
| XYZ | 21.83 | 10.8 | 35.12 | - |
| YUV | 77.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 162 | 0 | 0.90 | 0.01 | 0.36 | 300.41 | 0.81 | 0.35 |
| Hex | A3 | 11 | A2 | 0 | 5A | 1 | 24 | 12C | 51 | 23 |
| Octal | 243 | 21 | 242 | 0 | 132 | 1 | 44 | 454 | 121 | 43 |
| Binary | 10100011 | 10001 | 10100010 | 0 | 1011010 | 1 | 100100 | 100101100 | 1010001 | 100011 |
Color Harmonies of #A311A2
Complementary color
Monochromatic Colors of #A311A2
Black with #A311A2
Text Example
Text Example
White with #A311A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A311A2; }
p { color: rgb(163,17,162); }
H1.HeaderClassName
{
color: #A311A2;
}
.AnyTagClassName
{
color: #A311A2;
}
</style>
background-color css
<style>
a { background-color: #A311A2; }
a { background-color: rgb(163,17,162); }
div.DivClassName
{
background-color: #A311A2;
}
.BgClassName
{
background-color: #A311A2;
}
</style>
border-color css
<style>
span { border-color: #A311A2; }
span { border-color: rgb(163,17,162); }
td.TdClassName
{
border-color: #A311A2;
}
.TagClassName
{
border-color: #A311A2;
}
</style>