Shades of Deep Magenta #A915B0
Tints of Deep Magenta #A915B0
RGB
CMYK
RGB Variations
Color information
#A915B0 (or 0xA915B0) is known color: Deep Magenta. HEX triplet: A9, 15 and B0. RGB value is (169,21,176). Sum of RGB (Red+Green+Blue) = 169+21+176=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #A915B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A915B0 is #56EA4F. Grayscale: #525252. Windows color (decimal): -5696080 or 11539881. OLE color: 11539881.
HSL color Cylindrical-coordinate representation of color #A915B0: hue angle of 297.29º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A915B0 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 21 | 176 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.31 |
| HSL | 297.29º | 0.79% | 0.39% | - |
| HSV(B) | 297.29º | 0.88% | 0.69% | - |
| XYZ | 24.47 | 12.11 | 42.12 | - |
| YUV | 82.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 176 | 0.04 | 0.88 | 0 | 0.31 | 297.29 | 0.79 | 0.39 |
| Hex | A9 | 15 | B0 | 4 | 58 | 0 | 1F | 129 | 4F | 27 |
| Octal | 251 | 25 | 260 | 4 | 130 | 0 | 37 | 451 | 117 | 47 |
| Binary | 10101001 | 10101 | 10110000 | 100 | 1011000 | 0 | 11111 | 100101001 | 1001111 | 100111 |
Color Harmonies of #A915B0
Complementary color
Monochromatic Colors of #A915B0
Black with #A915B0
Text Example
Text Example
White with #A915B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915B0; }
p { color: rgb(169,21,176); }
H1.HeaderClassName
{
color: #A915B0;
}
.AnyTagClassName
{
color: #A915B0;
}
</style>
background-color css
<style>
a { background-color: #A915B0; }
a { background-color: rgb(169,21,176); }
div.DivClassName
{
background-color: #A915B0;
}
.BgClassName
{
background-color: #A915B0;
}
</style>
border-color css
<style>
span { border-color: #A915B0; }
span { border-color: rgb(169,21,176); }
td.TdClassName
{
border-color: #A915B0;
}
.TagClassName
{
border-color: #A915B0;
}
</style>