Shades of Dark Magenta #A0229B
Tints of Dark Magenta #A0229B
RGB
CMYK
RGB Variations
Color information
#A0229B (or 0xA0229B) is known color: Dark Magenta. HEX triplet: A0, 22 and 9B. RGB value is (160,34,155). Sum of RGB (Red+Green+Blue) = 160+34+155=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0229B is #5FDD64. Grayscale: #555555. Windows color (decimal): -6282597 or 10166944. OLE color: 10166944.
HSL color Cylindrical-coordinate representation of color #A0229B: hue angle of 302.38º 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 #A0229B is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 155 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.37 |
| HSL | 302.38º | 0.65% | 0.38% | - |
| HSV(B) | 302.38º | 0.79% | 0.63% | - |
| XYZ | 20.99 | 10.98 | 32.02 | - |
| YUV | 85.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 155 | 0 | 0.79 | 0.03 | 0.37 | 302.38 | 0.65 | 0.38 |
| Hex | A0 | 22 | 9B | 0 | 4F | 3 | 25 | 12E | 41 | 26 |
| Octal | 240 | 42 | 233 | 0 | 117 | 3 | 45 | 456 | 101 | 46 |
| Binary | 10100000 | 100010 | 10011011 | 0 | 1001111 | 11 | 100101 | 100101110 | 1000001 | 100110 |
Color Harmonies of #A0229B
Complementary color
Monochromatic Colors of #A0229B
Black with #A0229B
Text Example
Text Example
White with #A0229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0229B; }
p { color: rgb(160,34,155); }
H1.HeaderClassName
{
color: #A0229B;
}
.AnyTagClassName
{
color: #A0229B;
}
</style>
background-color css
<style>
a { background-color: #A0229B; }
a { background-color: rgb(160,34,155); }
div.DivClassName
{
background-color: #A0229B;
}
.BgClassName
{
background-color: #A0229B;
}
</style>
border-color css
<style>
span { border-color: #A0229B; }
span { border-color: rgb(160,34,155); }
td.TdClassName
{
border-color: #A0229B;
}
.TagClassName
{
border-color: #A0229B;
}
</style>