Shades of Dark Magenta #A8189E
Tints of Dark Magenta #A8189E
RGB
CMYK
RGB Variations
Color information
#A8189E (or 0xA8189E) is known color: Dark Magenta. HEX triplet: A8, 18 and 9E. RGB value is (168,24,158). Sum of RGB (Red+Green+Blue) = 168+24+158=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8189E is #57E761. Grayscale: #515151. Windows color (decimal): -5760866 or 10361000. OLE color: 10361000.
HSL color Cylindrical-coordinate representation of color #A8189E: hue angle of 304.17º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8189E is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 158 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.34 |
| HSL | 304.17º | 0.75% | 0.38% | - |
| HSV(B) | 304.17º | 0.86% | 0.66% | - |
| XYZ | 22.65 | 11.45 | 33.36 | - |
| YUV | 82.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 158 | 0 | 0.86 | 0.06 | 0.34 | 304.17 | 0.75 | 0.38 |
| Hex | A8 | 18 | 9E | 0 | 56 | 6 | 22 | 130 | 4B | 26 |
| Octal | 250 | 30 | 236 | 0 | 126 | 6 | 42 | 460 | 113 | 46 |
| Binary | 10101000 | 11000 | 10011110 | 0 | 1010110 | 110 | 100010 | 100110000 | 1001011 | 100110 |
Color Harmonies of #A8189E
Complementary color
Monochromatic Colors of #A8189E
Black with #A8189E
Text Example
Text Example
White with #A8189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8189E; }
p { color: rgb(168,24,158); }
H1.HeaderClassName
{
color: #A8189E;
}
.AnyTagClassName
{
color: #A8189E;
}
</style>
background-color css
<style>
a { background-color: #A8189E; }
a { background-color: rgb(168,24,158); }
div.DivClassName
{
background-color: #A8189E;
}
.BgClassName
{
background-color: #A8189E;
}
</style>
border-color css
<style>
span { border-color: #A8189E; }
span { border-color: rgb(168,24,158); }
td.TdClassName
{
border-color: #A8189E;
}
.TagClassName
{
border-color: #A8189E;
}
</style>