Shades of Dark Magenta #A015AC
Tints of Dark Magenta #A015AC
RGB
CMYK
RGB Variations
Color information
#A015AC (or 0xA015AC) is known color: Dark Magenta. HEX triplet: A0, 15 and AC. RGB value is (160,21,172). Sum of RGB (Red+Green+Blue) = 160+21+172=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #A015AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A015AC is #5FEA53. Grayscale: #4F4F4F. Windows color (decimal): -6285908 or 11277728. OLE color: 11277728.
HSL color Cylindrical-coordinate representation of color #A015AC: hue angle of 295.23º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A015AC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 21 | 172 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.33 |
| HSL | 295.23º | 0.78% | 0.38% | - |
| HSV(B) | 295.23º | 0.88% | 0.67% | - |
| XYZ | 22.21 | 10.99 | 39.98 | - |
| YUV | 79.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 172 | 0.07 | 0.88 | 0 | 0.33 | 295.23 | 0.78 | 0.38 |
| Hex | A0 | 15 | AC | 7 | 58 | 0 | 21 | 127 | 4E | 26 |
| Octal | 240 | 25 | 254 | 7 | 130 | 0 | 41 | 447 | 116 | 46 |
| Binary | 10100000 | 10101 | 10101100 | 111 | 1011000 | 0 | 100001 | 100100111 | 1001110 | 100110 |
Color Harmonies of #A015AC
Complementary color
Monochromatic Colors of #A015AC
Black with #A015AC
Text Example
Text Example
White with #A015AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015AC; }
p { color: rgb(160,21,172); }
H1.HeaderClassName
{
color: #A015AC;
}
.AnyTagClassName
{
color: #A015AC;
}
</style>
background-color css
<style>
a { background-color: #A015AC; }
a { background-color: rgb(160,21,172); }
div.DivClassName
{
background-color: #A015AC;
}
.BgClassName
{
background-color: #A015AC;
}
</style>
border-color css
<style>
span { border-color: #A015AC; }
span { border-color: rgb(160,21,172); }
td.TdClassName
{
border-color: #A015AC;
}
.TagClassName
{
border-color: #A015AC;
}
</style>