Shades of Dark Magenta #A1229C
Tints of Dark Magenta #A1229C
RGB
CMYK
RGB Variations
Color information
#A1229C (or 0xA1229C) is known color: Dark Magenta. HEX triplet: A1, 22 and 9C. RGB value is (161,34,156). Sum of RGB (Red+Green+Blue) = 161+34+156=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1229C is #5EDD63. Grayscale: #555555. Windows color (decimal): -6217060 or 10232481. OLE color: 10232481.
HSL color Cylindrical-coordinate representation of color #A1229C: hue angle of 302.36º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1229C is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 156 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.37 |
| HSL | 302.36º | 0.65% | 0.38% | - |
| HSV(B) | 302.36º | 0.79% | 0.63% | - |
| XYZ | 21.27 | 11.12 | 32.48 | - |
| YUV | 85.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 156 | 0 | 0.79 | 0.03 | 0.37 | 302.36 | 0.65 | 0.38 |
| Hex | A1 | 22 | 9C | 0 | 4F | 3 | 25 | 12E | 41 | 26 |
| Octal | 241 | 42 | 234 | 0 | 117 | 3 | 45 | 456 | 101 | 46 |
| Binary | 10100001 | 100010 | 10011100 | 0 | 1001111 | 11 | 100101 | 100101110 | 1000001 | 100110 |
Color Harmonies of #A1229C
Complementary color
Monochromatic Colors of #A1229C
Black with #A1229C
Text Example
Text Example
White with #A1229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1229C; }
p { color: rgb(161,34,156); }
H1.HeaderClassName
{
color: #A1229C;
}
.AnyTagClassName
{
color: #A1229C;
}
</style>
background-color css
<style>
a { background-color: #A1229C; }
a { background-color: rgb(161,34,156); }
div.DivClassName
{
background-color: #A1229C;
}
.BgClassName
{
background-color: #A1229C;
}
</style>
border-color css
<style>
span { border-color: #A1229C; }
span { border-color: rgb(161,34,156); }
td.TdClassName
{
border-color: #A1229C;
}
.TagClassName
{
border-color: #A1229C;
}
</style>