Shades of Dark Magenta #A915A6
Tints of Dark Magenta #A915A6
RGB
CMYK
RGB Variations
Color information
#A915A6 (or 0xA915A6) is known color: Dark Magenta. HEX triplet: A9, 15 and A6. RGB value is (169,21,166). Sum of RGB (Red+Green+Blue) = 169+21+166=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A915A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A915A6 is #56EA59. Grayscale: #515151. Windows color (decimal): -5696090 or 10884521. OLE color: 10884521.
HSL color Cylindrical-coordinate representation of color #A915A6: hue angle of 301.22º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A915A6 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 166 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.34 |
| HSL | 301.22º | 0.78% | 0.37% | - |
| HSV(B) | 301.22º | 0.88% | 0.66% | - |
| XYZ | 23.51 | 11.72 | 37.1 | - |
| YUV | 81.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 166 | 0 | 0.88 | 0.02 | 0.34 | 301.22 | 0.78 | 0.37 |
| Hex | A9 | 15 | A6 | 0 | 58 | 2 | 22 | 12D | 4E | 25 |
| Octal | 251 | 25 | 246 | 0 | 130 | 2 | 42 | 455 | 116 | 45 |
| Binary | 10101001 | 10101 | 10100110 | 0 | 1011000 | 10 | 100010 | 100101101 | 1001110 | 100101 |
Color Harmonies of #A915A6
Complementary color
Monochromatic Colors of #A915A6
Black with #A915A6
Text Example
Text Example
White with #A915A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915A6; }
p { color: rgb(169,21,166); }
H1.HeaderClassName
{
color: #A915A6;
}
.AnyTagClassName
{
color: #A915A6;
}
</style>
background-color css
<style>
a { background-color: #A915A6; }
a { background-color: rgb(169,21,166); }
div.DivClassName
{
background-color: #A915A6;
}
.BgClassName
{
background-color: #A915A6;
}
</style>
border-color css
<style>
span { border-color: #A915A6; }
span { border-color: rgb(169,21,166); }
td.TdClassName
{
border-color: #A915A6;
}
.TagClassName
{
border-color: #A915A6;
}
</style>