Shades of Dark Magenta #A0109B
Tints of Dark Magenta #A0109B
RGB
CMYK
RGB Variations
Color information
#A0109B (or 0xA0109B) is known color: Dark Magenta. HEX triplet: A0, 10 and 9B. RGB value is (160,16,155). Sum of RGB (Red+Green+Blue) = 160+16+155=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0109B is #5FEF64. Grayscale: #4A4A4A. Windows color (decimal): -6287205 or 10162336. OLE color: 10162336.
HSL color Cylindrical-coordinate representation of color #A0109B: hue angle of 302.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0109B is Cyan = 0, Magento = 0.9, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 155 | - |
| CMYK | 0 | 0.9 | 0.03 | 0.37 |
| HSL | 302.08º | 0.82% | 0.35% | - |
| HSV(B) | 302.08º | 0.9% | 0.63% | - |
| XYZ | 20.6 | 10.21 | 31.9 | - |
| YUV | 74.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 155 | 0 | 0.9 | 0.03 | 0.37 | 302.08 | 0.82 | 0.35 |
| Hex | A0 | 10 | 9B | 0 | 5A | 3 | 25 | 12E | 52 | 23 |
| Octal | 240 | 20 | 233 | 0 | 132 | 3 | 45 | 456 | 122 | 43 |
| Binary | 10100000 | 10000 | 10011011 | 0 | 1011010 | 11 | 100101 | 100101110 | 1010010 | 100011 |
Color Harmonies of #A0109B
Complementary color
Monochromatic Colors of #A0109B
Black with #A0109B
Text Example
Text Example
White with #A0109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0109B; }
p { color: rgb(160,16,155); }
H1.HeaderClassName
{
color: #A0109B;
}
.AnyTagClassName
{
color: #A0109B;
}
</style>
background-color css
<style>
a { background-color: #A0109B; }
a { background-color: rgb(160,16,155); }
div.DivClassName
{
background-color: #A0109B;
}
.BgClassName
{
background-color: #A0109B;
}
</style>
border-color css
<style>
span { border-color: #A0109B; }
span { border-color: rgb(160,16,155); }
td.TdClassName
{
border-color: #A0109B;
}
.TagClassName
{
border-color: #A0109B;
}
</style>