Shades of Dark Magenta #A1128B
Tints of Dark Magenta #A1128B
RGB
CMYK
RGB Variations
Color information
#A1128B (or 0xA1128B) is known color: Dark Magenta. HEX triplet: A1, 12 and 8B. RGB value is (161,18,139). Sum of RGB (Red+Green+Blue) = 161+18+139=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1128B is #5EED74. Grayscale: #4A4A4A. Windows color (decimal): -6221173 or 9114273. OLE color: 9114273.
HSL color Cylindrical-coordinate representation of color #A1128B: hue angle of 309.23º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1128B is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 139 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.37 |
| HSL | 309.23º | 0.8% | 0.35% | - |
| HSV(B) | 309.23º | 0.89% | 0.63% | - |
| XYZ | 19.57 | 9.87 | 25.3 | - |
| YUV | 74.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 139 | 0 | 0.89 | 0.14 | 0.37 | 309.23 | 0.8 | 0.35 |
| Hex | A1 | 12 | 8B | 0 | 59 | E | 25 | 135 | 50 | 23 |
| Octal | 241 | 22 | 213 | 0 | 131 | 16 | 45 | 465 | 120 | 43 |
| Binary | 10100001 | 10010 | 10001011 | 0 | 1011001 | 1110 | 100101 | 100110101 | 1010000 | 100011 |
Color Harmonies of #A1128B
Complementary color
Monochromatic Colors of #A1128B
Black with #A1128B
Text Example
Text Example
White with #A1128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1128B; }
p { color: rgb(161,18,139); }
H1.HeaderClassName
{
color: #A1128B;
}
.AnyTagClassName
{
color: #A1128B;
}
</style>
background-color css
<style>
a { background-color: #A1128B; }
a { background-color: rgb(161,18,139); }
div.DivClassName
{
background-color: #A1128B;
}
.BgClassName
{
background-color: #A1128B;
}
</style>
border-color css
<style>
span { border-color: #A1128B; }
span { border-color: rgb(161,18,139); }
td.TdClassName
{
border-color: #A1128B;
}
.TagClassName
{
border-color: #A1128B;
}
</style>