Shades of Deep Lilac #A03DAC
Tints of Deep Lilac #A03DAC
RGB
CMYK
RGB Variations
Color information
#A03DAC (or 0xA03DAC) is known color: Deep Lilac. HEX triplet: A0, 3D and AC. RGB value is (160,61,172). Sum of RGB (Red+Green+Blue) = 160+61+172=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #A03DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03DAC is #5FC253. Grayscale: #666666. Windows color (decimal): -6275668 or 11287968. OLE color: 11287968.
HSL color Cylindrical-coordinate representation of color #A03DAC: hue angle of 293.51º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A03DAC is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 61 | 172 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.33 |
| HSL | 293.51º | 0.48% | 0.46% | - |
| HSV(B) | 293.51º | 0.65% | 0.67% | - |
| XYZ | 23.61 | 13.79 | 40.45 | - |
| YUV | 103.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 172 | 0.07 | 0.65 | 0 | 0.33 | 293.51 | 0.48 | 0.46 |
| Hex | A0 | 3D | AC | 7 | 41 | 0 | 21 | 126 | 30 | 2E |
| Octal | 240 | 75 | 254 | 7 | 101 | 0 | 41 | 446 | 60 | 56 |
| Binary | 10100000 | 111101 | 10101100 | 111 | 1000001 | 0 | 100001 | 100100110 | 110000 | 101110 |
Color Harmonies of #A03DAC
Complementary color
Monochromatic Colors of #A03DAC
Black with #A03DAC
Text Example
Text Example
White with #A03DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DAC; }
p { color: rgb(160,61,172); }
H1.HeaderClassName
{
color: #A03DAC;
}
.AnyTagClassName
{
color: #A03DAC;
}
</style>
background-color css
<style>
a { background-color: #A03DAC; }
a { background-color: rgb(160,61,172); }
div.DivClassName
{
background-color: #A03DAC;
}
.BgClassName
{
background-color: #A03DAC;
}
</style>
border-color css
<style>
span { border-color: #A03DAC; }
span { border-color: rgb(160,61,172); }
td.TdClassName
{
border-color: #A03DAC;
}
.TagClassName
{
border-color: #A03DAC;
}
</style>