Shades of Dark Magenta #A2229C
Tints of Dark Magenta #A2229C
RGB
CMYK
RGB Variations
Color information
#A2229C (or 0xA2229C) is known color: Dark Magenta. HEX triplet: A2, 22 and 9C. RGB value is (162,34,156). Sum of RGB (Red+Green+Blue) = 162+34+156=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2229C is #5DDD63. Grayscale: #555555. Windows color (decimal): -6151524 or 10232482. OLE color: 10232482.
HSL color Cylindrical-coordinate representation of color #A2229C: hue angle of 302.81º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2229C is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 156 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.36 |
| HSL | 302.81º | 0.65% | 0.38% | - |
| HSV(B) | 302.81º | 0.79% | 0.64% | - |
| XYZ | 21.47 | 11.23 | 32.49 | - |
| YUV | 86.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 156 | 0 | 0.79 | 0.04 | 0.36 | 302.81 | 0.65 | 0.38 |
| Hex | A2 | 22 | 9C | 0 | 4F | 4 | 24 | 12F | 41 | 26 |
| Octal | 242 | 42 | 234 | 0 | 117 | 4 | 44 | 457 | 101 | 46 |
| Binary | 10100010 | 100010 | 10011100 | 0 | 1001111 | 100 | 100100 | 100101111 | 1000001 | 100110 |
Color Harmonies of #A2229C
Complementary color
Monochromatic Colors of #A2229C
Black with #A2229C
Text Example
Text Example
White with #A2229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2229C; }
p { color: rgb(162,34,156); }
H1.HeaderClassName
{
color: #A2229C;
}
.AnyTagClassName
{
color: #A2229C;
}
</style>
background-color css
<style>
a { background-color: #A2229C; }
a { background-color: rgb(162,34,156); }
div.DivClassName
{
background-color: #A2229C;
}
.BgClassName
{
background-color: #A2229C;
}
</style>
border-color css
<style>
span { border-color: #A2229C; }
span { border-color: rgb(162,34,156); }
td.TdClassName
{
border-color: #A2229C;
}
.TagClassName
{
border-color: #A2229C;
}
</style>