Shades of Dark Magenta #A111A3
Tints of Dark Magenta #A111A3
RGB
CMYK
RGB Variations
Color information
#A111A3 (or 0xA111A3) is known color: Dark Magenta. HEX triplet: A1, 11 and A3. RGB value is (161,17,163). Sum of RGB (Red+Green+Blue) = 161+17+163=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #A111A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A111A3 is #5EEE5C. Grayscale: #4C4C4C. Windows color (decimal): -6221405 or 10686881. OLE color: 10686881.
HSL color Cylindrical-coordinate representation of color #A111A3: hue angle of 299.18º 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 #A111A3 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 17 | 163 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.36 |
| HSL | 299.18º | 0.81% | 0.35% | - |
| HSV(B) | 299.18º | 0.9% | 0.64% | - |
| XYZ | 21.51 | 10.62 | 35.57 | - |
| YUV | 76.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 163 | 0.01 | 0.90 | 0 | 0.36 | 299.18 | 0.81 | 0.35 |
| Hex | A1 | 11 | A3 | 1 | 5A | 0 | 24 | 12B | 51 | 23 |
| Octal | 241 | 21 | 243 | 1 | 132 | 0 | 44 | 453 | 121 | 43 |
| Binary | 10100001 | 10001 | 10100011 | 1 | 1011010 | 0 | 100100 | 100101011 | 1010001 | 100011 |
Color Harmonies of #A111A3
Complementary color
Monochromatic Colors of #A111A3
Black with #A111A3
Text Example
Text Example
White with #A111A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111A3; }
p { color: rgb(161,17,163); }
H1.HeaderClassName
{
color: #A111A3;
}
.AnyTagClassName
{
color: #A111A3;
}
</style>
background-color css
<style>
a { background-color: #A111A3; }
a { background-color: rgb(161,17,163); }
div.DivClassName
{
background-color: #A111A3;
}
.BgClassName
{
background-color: #A111A3;
}
</style>
border-color css
<style>
span { border-color: #A111A3; }
span { border-color: rgb(161,17,163); }
td.TdClassName
{
border-color: #A111A3;
}
.TagClassName
{
border-color: #A111A3;
}
</style>