Shades of Dark Magenta #A1138B
Tints of Dark Magenta #A1138B
RGB
CMYK
RGB Variations
Color information
#A1138B (or 0xA1138B) is known color: Dark Magenta. HEX triplet: A1, 13 and 8B. RGB value is (161,19,139). Sum of RGB (Red+Green+Blue) = 161+19+139=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1138B is #5EEC74. Grayscale: #4A4A4A. Windows color (decimal): -6220917 or 9114529. OLE color: 9114529.
HSL color Cylindrical-coordinate representation of color #A1138B: hue angle of 309.3º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1138B is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 139 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.37 |
| HSL | 309.3º | 0.79% | 0.35% | - |
| HSV(B) | 309.3º | 0.88% | 0.63% | - |
| XYZ | 19.59 | 9.91 | 25.31 | - |
| YUV | 75.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 139 | 0 | 0.88 | 0.14 | 0.37 | 309.3 | 0.79 | 0.35 |
| Hex | A1 | 13 | 8B | 0 | 58 | E | 25 | 135 | 4F | 23 |
| Octal | 241 | 23 | 213 | 0 | 130 | 16 | 45 | 465 | 117 | 43 |
| Binary | 10100001 | 10011 | 10001011 | 0 | 1011000 | 1110 | 100101 | 100110101 | 1001111 | 100011 |
Color Harmonies of #A1138B
Complementary color
Monochromatic Colors of #A1138B
Black with #A1138B
Text Example
Text Example
White with #A1138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1138B; }
p { color: rgb(161,19,139); }
H1.HeaderClassName
{
color: #A1138B;
}
.AnyTagClassName
{
color: #A1138B;
}
</style>
background-color css
<style>
a { background-color: #A1138B; }
a { background-color: rgb(161,19,139); }
div.DivClassName
{
background-color: #A1138B;
}
.BgClassName
{
background-color: #A1138B;
}
</style>
border-color css
<style>
span { border-color: #A1138B; }
span { border-color: rgb(161,19,139); }
td.TdClassName
{
border-color: #A1138B;
}
.TagClassName
{
border-color: #A1138B;
}
</style>