Shades of Deep Lilac #A048AC
Tints of Deep Lilac #A048AC
RGB
CMYK
RGB Variations
Color information
#A048AC (or 0xA048AC) is known color: Deep Lilac. HEX triplet: A0, 48 and AC. RGB value is (160,72,172). Sum of RGB (Red+Green+Blue) = 160+72+172=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #A048AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A048AC is #5FB753. Grayscale: #6D6D6D. Windows color (decimal): -6272852 or 11290784. OLE color: 11290784.
HSL color Cylindrical-coordinate representation of color #A048AC: hue angle of 292.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A048AC is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 72 | 172 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.33 |
| HSL | 292.8º | 0.41% | 0.48% | - |
| HSV(B) | 292.8º | 0.58% | 0.67% | - |
| XYZ | 24.26 | 15.09 | 40.66 | - |
| YUV | 109.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 172 | 0.07 | 0.58 | 0 | 0.33 | 292.8 | 0.41 | 0.48 |
| Hex | A0 | 48 | AC | 7 | 3A | 0 | 21 | 125 | 29 | 30 |
| Octal | 240 | 110 | 254 | 7 | 72 | 0 | 41 | 445 | 51 | 60 |
| Binary | 10100000 | 1001000 | 10101100 | 111 | 111010 | 0 | 100001 | 100100101 | 101001 | 110000 |
Color Harmonies of #A048AC
Complementary color
Monochromatic Colors of #A048AC
Black with #A048AC
Text Example
Text Example
White with #A048AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048AC; }
p { color: rgb(160,72,172); }
H1.HeaderClassName
{
color: #A048AC;
}
.AnyTagClassName
{
color: #A048AC;
}
</style>
background-color css
<style>
a { background-color: #A048AC; }
a { background-color: rgb(160,72,172); }
div.DivClassName
{
background-color: #A048AC;
}
.BgClassName
{
background-color: #A048AC;
}
</style>
border-color css
<style>
span { border-color: #A048AC; }
span { border-color: rgb(160,72,172); }
td.TdClassName
{
border-color: #A048AC;
}
.TagClassName
{
border-color: #A048AC;
}
</style>