Shades of Dark Magenta #A118A3
Tints of Dark Magenta #A118A3
RGB
CMYK
RGB Variations
Color information
#A118A3 (or 0xA118A3) is known color: Dark Magenta. HEX triplet: A1, 18 and A3. RGB value is (161,24,163). Sum of RGB (Red+Green+Blue) = 161+24+163=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 163 - color contains mainly: blue. Hex color #A118A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A118A3 is #5EE75C. Grayscale: #505050. Windows color (decimal): -6219613 or 10688673. OLE color: 10688673.
HSL color Cylindrical-coordinate representation of color #A118A3: hue angle of 299.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A118A3 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 24 | 163 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.36 |
| HSL | 299.14º | 0.74% | 0.37% | - |
| HSV(B) | 299.14º | 0.85% | 0.64% | - |
| XYZ | 21.64 | 10.87 | 35.61 | - |
| YUV | 80.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 163 | 0.01 | 0.85 | 0 | 0.36 | 299.14 | 0.74 | 0.37 |
| Hex | A1 | 18 | A3 | 1 | 55 | 0 | 24 | 12B | 4A | 25 |
| Octal | 241 | 30 | 243 | 1 | 125 | 0 | 44 | 453 | 112 | 45 |
| Binary | 10100001 | 11000 | 10100011 | 1 | 1010101 | 0 | 100100 | 100101011 | 1001010 | 100101 |
Color Harmonies of #A118A3
Complementary color
Monochromatic Colors of #A118A3
Black with #A118A3
Text Example
Text Example
White with #A118A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A118A3; }
p { color: rgb(161,24,163); }
H1.HeaderClassName
{
color: #A118A3;
}
.AnyTagClassName
{
color: #A118A3;
}
</style>
background-color css
<style>
a { background-color: #A118A3; }
a { background-color: rgb(161,24,163); }
div.DivClassName
{
background-color: #A118A3;
}
.BgClassName
{
background-color: #A118A3;
}
</style>
border-color css
<style>
span { border-color: #A118A3; }
span { border-color: rgb(161,24,163); }
td.TdClassName
{
border-color: #A118A3;
}
.TagClassName
{
border-color: #A118A3;
}
</style>