Shades of Dark Magenta #A1129B
Tints of Dark Magenta #A1129B
RGB
CMYK
RGB Variations
Color information
#A1129B (or 0xA1129B) is known color: Dark Magenta. HEX triplet: A1, 12 and 9B. RGB value is (161,18,155). Sum of RGB (Red+Green+Blue) = 161+18+155=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1129B is #5EED64. Grayscale: #4B4B4B. Windows color (decimal): -6221157 or 10162849. OLE color: 10162849.
HSL color Cylindrical-coordinate representation of color #A1129B: hue angle of 302.52º 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 #A1129B is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 155 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.37 |
| HSL | 302.52º | 0.8% | 0.35% | - |
| HSV(B) | 302.52º | 0.89% | 0.63% | - |
| XYZ | 20.83 | 10.38 | 31.92 | - |
| YUV | 76.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 155 | 0 | 0.89 | 0.04 | 0.37 | 302.52 | 0.8 | 0.35 |
| Hex | A1 | 12 | 9B | 0 | 59 | 4 | 25 | 12F | 50 | 23 |
| Octal | 241 | 22 | 233 | 0 | 131 | 4 | 45 | 457 | 120 | 43 |
| Binary | 10100001 | 10010 | 10011011 | 0 | 1011001 | 100 | 100101 | 100101111 | 1010000 | 100011 |
Color Harmonies of #A1129B
Complementary color
Monochromatic Colors of #A1129B
Black with #A1129B
Text Example
Text Example
White with #A1129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1129B; }
p { color: rgb(161,18,155); }
H1.HeaderClassName
{
color: #A1129B;
}
.AnyTagClassName
{
color: #A1129B;
}
</style>
background-color css
<style>
a { background-color: #A1129B; }
a { background-color: rgb(161,18,155); }
div.DivClassName
{
background-color: #A1129B;
}
.BgClassName
{
background-color: #A1129B;
}
</style>
border-color css
<style>
span { border-color: #A1129B; }
span { border-color: rgb(161,18,155); }
td.TdClassName
{
border-color: #A1129B;
}
.TagClassName
{
border-color: #A1129B;
}
</style>