Shades of Dark Magenta #A8119B
Tints of Dark Magenta #A8119B
RGB
CMYK
RGB Variations
Color information
#A8119B (or 0xA8119B) is known color: Dark Magenta. HEX triplet: A8, 11 and 9B. RGB value is (168,17,155). Sum of RGB (Red+Green+Blue) = 168+17+155=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8119B is #57EE64. Grayscale: #4D4D4D. Windows color (decimal): -5762661 or 10162600. OLE color: 10162600.
HSL color Cylindrical-coordinate representation of color #A8119B: hue angle of 305.17º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8119B is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 155 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.34 |
| HSL | 305.17º | 0.82% | 0.36% | - |
| HSV(B) | 305.17º | 0.9% | 0.66% | - |
| XYZ | 22.27 | 11.09 | 31.98 | - |
| YUV | 77.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 155 | 0 | 0.90 | 0.08 | 0.34 | 305.17 | 0.82 | 0.36 |
| Hex | A8 | 11 | 9B | 0 | 5A | 8 | 22 | 131 | 52 | 24 |
| Octal | 250 | 21 | 233 | 0 | 132 | 10 | 42 | 461 | 122 | 44 |
| Binary | 10101000 | 10001 | 10011011 | 0 | 1011010 | 1000 | 100010 | 100110001 | 1010010 | 100100 |
Color Harmonies of #A8119B
Complementary color
Monochromatic Colors of #A8119B
Black with #A8119B
Text Example
Text Example
White with #A8119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8119B; }
p { color: rgb(168,17,155); }
H1.HeaderClassName
{
color: #A8119B;
}
.AnyTagClassName
{
color: #A8119B;
}
</style>
background-color css
<style>
a { background-color: #A8119B; }
a { background-color: rgb(168,17,155); }
div.DivClassName
{
background-color: #A8119B;
}
.BgClassName
{
background-color: #A8119B;
}
</style>
border-color css
<style>
span { border-color: #A8119B; }
span { border-color: rgb(168,17,155); }
td.TdClassName
{
border-color: #A8119B;
}
.TagClassName
{
border-color: #A8119B;
}
</style>