Shades of Dark Magenta #A115A6
Tints of Dark Magenta #A115A6
RGB
CMYK
RGB Variations
Color information
#A115A6 (or 0xA115A6) is known color: Dark Magenta. HEX triplet: A1, 15 and A6. RGB value is (161,21,166). Sum of RGB (Red+Green+Blue) = 161+21+166=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 166 - color contains mainly: blue. Hex color #A115A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A115A6 is #5EEA59. Grayscale: #4E4E4E. Windows color (decimal): -6220378 or 10884513. OLE color: 10884513.
HSL color Cylindrical-coordinate representation of color #A115A6: hue angle of 297.93º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A115A6 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 21 | 166 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.35 |
| HSL | 297.93º | 0.78% | 0.37% | - |
| HSV(B) | 297.93º | 0.87% | 0.65% | - |
| XYZ | 21.85 | 10.87 | 37.02 | - |
| YUV | 79.39 | 176.88 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 166 | 0.03 | 0.87 | 0 | 0.35 | 297.93 | 0.78 | 0.37 |
| Hex | A1 | 15 | A6 | 3 | 57 | 0 | 23 | 12A | 4E | 25 |
| Octal | 241 | 25 | 246 | 3 | 127 | 0 | 43 | 452 | 116 | 45 |
| Binary | 10100001 | 10101 | 10100110 | 11 | 1010111 | 0 | 100011 | 100101010 | 1001110 | 100101 |
Color Harmonies of #A115A6
Complementary color
Monochromatic Colors of #A115A6
Black with #A115A6
Text Example
Text Example
White with #A115A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115A6; }
p { color: rgb(161,21,166); }
H1.HeaderClassName
{
color: #A115A6;
}
.AnyTagClassName
{
color: #A115A6;
}
</style>
background-color css
<style>
a { background-color: #A115A6; }
a { background-color: rgb(161,21,166); }
div.DivClassName
{
background-color: #A115A6;
}
.BgClassName
{
background-color: #A115A6;
}
</style>
border-color css
<style>
span { border-color: #A115A6; }
span { border-color: rgb(161,21,166); }
td.TdClassName
{
border-color: #A115A6;
}
.TagClassName
{
border-color: #A115A6;
}
</style>