Shades of Dark Magenta #A0189C
Tints of Dark Magenta #A0189C
RGB
CMYK
RGB Variations
Color information
#A0189C (or 0xA0189C) is known color: Dark Magenta. HEX triplet: A0, 18 and 9C. RGB value is (160,24,156). Sum of RGB (Red+Green+Blue) = 160+24+156=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0189C is #5FE763. Grayscale: #4F4F4F. Windows color (decimal): -6285156 or 10229920. OLE color: 10229920.
HSL color Cylindrical-coordinate representation of color #A0189C: hue angle of 301.76º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0189C is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 156 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.37 |
| HSL | 301.76º | 0.74% | 0.36% | - |
| HSV(B) | 301.76º | 0.85% | 0.63% | - |
| XYZ | 20.82 | 10.53 | 32.39 | - |
| YUV | 79.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 156 | 0 | 0.85 | 0.02 | 0.37 | 301.76 | 0.74 | 0.36 |
| Hex | A0 | 18 | 9C | 0 | 55 | 2 | 25 | 12E | 4A | 24 |
| Octal | 240 | 30 | 234 | 0 | 125 | 2 | 45 | 456 | 112 | 44 |
| Binary | 10100000 | 11000 | 10011100 | 0 | 1010101 | 10 | 100101 | 100101110 | 1001010 | 100100 |
Color Harmonies of #A0189C
Complementary color
Monochromatic Colors of #A0189C
Black with #A0189C
Text Example
Text Example
White with #A0189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0189C; }
p { color: rgb(160,24,156); }
H1.HeaderClassName
{
color: #A0189C;
}
.AnyTagClassName
{
color: #A0189C;
}
</style>
background-color css
<style>
a { background-color: #A0189C; }
a { background-color: rgb(160,24,156); }
div.DivClassName
{
background-color: #A0189C;
}
.BgClassName
{
background-color: #A0189C;
}
</style>
border-color css
<style>
span { border-color: #A0189C; }
span { border-color: rgb(160,24,156); }
td.TdClassName
{
border-color: #A0189C;
}
.TagClassName
{
border-color: #A0189C;
}
</style>