Shades of Dark Magenta #A8189B
Tints of Dark Magenta #A8189B
RGB
CMYK
RGB Variations
Color information
#A8189B (or 0xA8189B) is known color: Dark Magenta. HEX triplet: A8, 18 and 9B. RGB value is (168,24,155). Sum of RGB (Red+Green+Blue) = 168+24+155=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8189B is #57E764. Grayscale: #515151. Windows color (decimal): -5760869 or 10164392. OLE color: 10164392.
HSL color Cylindrical-coordinate representation of color #A8189B: hue angle of 305.42º 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 #A8189B is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 155 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.34 |
| HSL | 305.42º | 0.75% | 0.38% | - |
| HSV(B) | 305.42º | 0.86% | 0.66% | - |
| XYZ | 22.39 | 11.34 | 32.02 | - |
| YUV | 81.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 155 | 0 | 0.86 | 0.08 | 0.34 | 305.42 | 0.75 | 0.38 |
| Hex | A8 | 18 | 9B | 0 | 56 | 8 | 22 | 131 | 4B | 26 |
| Octal | 250 | 30 | 233 | 0 | 126 | 10 | 42 | 461 | 113 | 46 |
| Binary | 10101000 | 11000 | 10011011 | 0 | 1010110 | 1000 | 100010 | 100110001 | 1001011 | 100110 |
Color Harmonies of #A8189B
Complementary color
Monochromatic Colors of #A8189B
Black with #A8189B
Text Example
Text Example
White with #A8189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8189B; }
p { color: rgb(168,24,155); }
H1.HeaderClassName
{
color: #A8189B;
}
.AnyTagClassName
{
color: #A8189B;
}
</style>
background-color css
<style>
a { background-color: #A8189B; }
a { background-color: rgb(168,24,155); }
div.DivClassName
{
background-color: #A8189B;
}
.BgClassName
{
background-color: #A8189B;
}
</style>
border-color css
<style>
span { border-color: #A8189B; }
span { border-color: rgb(168,24,155); }
td.TdClassName
{
border-color: #A8189B;
}
.TagClassName
{
border-color: #A8189B;
}
</style>