Shades of Dark Magenta #A113AB
Tints of Dark Magenta #A113AB
RGB
CMYK
RGB Variations
Color information
#A113AB (or 0xA113AB) is known color: Dark Magenta. HEX triplet: A1, 13 and AB. RGB value is (161,19,171). Sum of RGB (Red+Green+Blue) = 161+19+171=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #A113AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A113AB is #5EEC54. Grayscale: #4E4E4E. Windows color (decimal): -6220885 or 11211681. OLE color: 11211681.
HSL color Cylindrical-coordinate representation of color #A113AB: hue angle of 296.05º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A113AB is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 19 | 171 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.33 |
| HSL | 296.05º | 0.8% | 0.37% | - |
| HSV(B) | 296.05º | 0.89% | 0.67% | - |
| XYZ | 22.28 | 10.98 | 39.47 | - |
| YUV | 78.79 | 180.04 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 171 | 0.06 | 0.89 | 0 | 0.33 | 296.05 | 0.8 | 0.37 |
| Hex | A1 | 13 | AB | 6 | 59 | 0 | 21 | 128 | 50 | 25 |
| Octal | 241 | 23 | 253 | 6 | 131 | 0 | 41 | 450 | 120 | 45 |
| Binary | 10100001 | 10011 | 10101011 | 110 | 1011001 | 0 | 100001 | 100101000 | 1010000 | 100101 |
Color Harmonies of #A113AB
Complementary color
Monochromatic Colors of #A113AB
Black with #A113AB
Text Example
Text Example
White with #A113AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A113AB; }
p { color: rgb(161,19,171); }
H1.HeaderClassName
{
color: #A113AB;
}
.AnyTagClassName
{
color: #A113AB;
}
</style>
background-color css
<style>
a { background-color: #A113AB; }
a { background-color: rgb(161,19,171); }
div.DivClassName
{
background-color: #A113AB;
}
.BgClassName
{
background-color: #A113AB;
}
</style>
border-color css
<style>
span { border-color: #A113AB; }
span { border-color: rgb(161,19,171); }
td.TdClassName
{
border-color: #A113AB;
}
.TagClassName
{
border-color: #A113AB;
}
</style>