Shades of Dark Magenta #A8189D
Tints of Dark Magenta #A8189D
RGB
CMYK
RGB Variations
Color information
#A8189D (or 0xA8189D) is known color: Dark Magenta. HEX triplet: A8, 18 and 9D. RGB value is (168,24,157). Sum of RGB (Red+Green+Blue) = 168+24+157=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8189D is #57E762. Grayscale: #515151. Windows color (decimal): -5760867 or 10295464. OLE color: 10295464.
HSL color Cylindrical-coordinate representation of color #A8189D: hue angle of 304.58º 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 #A8189D is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 157 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.34 |
| HSL | 304.58º | 0.75% | 0.38% | - |
| HSV(B) | 304.58º | 0.86% | 0.66% | - |
| XYZ | 22.56 | 11.41 | 32.91 | - |
| YUV | 82.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 157 | 0 | 0.86 | 0.07 | 0.34 | 304.58 | 0.75 | 0.38 |
| Hex | A8 | 18 | 9D | 0 | 56 | 7 | 22 | 131 | 4B | 26 |
| Octal | 250 | 30 | 235 | 0 | 126 | 7 | 42 | 461 | 113 | 46 |
| Binary | 10101000 | 11000 | 10011101 | 0 | 1010110 | 111 | 100010 | 100110001 | 1001011 | 100110 |
Color Harmonies of #A8189D
Complementary color
Monochromatic Colors of #A8189D
Black with #A8189D
Text Example
Text Example
White with #A8189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8189D; }
p { color: rgb(168,24,157); }
H1.HeaderClassName
{
color: #A8189D;
}
.AnyTagClassName
{
color: #A8189D;
}
</style>
background-color css
<style>
a { background-color: #A8189D; }
a { background-color: rgb(168,24,157); }
div.DivClassName
{
background-color: #A8189D;
}
.BgClassName
{
background-color: #A8189D;
}
</style>
border-color css
<style>
span { border-color: #A8189D; }
span { border-color: rgb(168,24,157); }
td.TdClassName
{
border-color: #A8189D;
}
.TagClassName
{
border-color: #A8189D;
}
</style>