Shades of Deep Lilac #A039AC
Tints of Deep Lilac #A039AC
RGB
CMYK
RGB Variations
Color information
#A039AC (or 0xA039AC) is known color: Deep Lilac. HEX triplet: A0, 39 and AC. RGB value is (160,57,172). Sum of RGB (Red+Green+Blue) = 160+57+172=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #A039AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039AC is #5FC653. Grayscale: #646464. Windows color (decimal): -6276692 or 11286944. OLE color: 11286944.
HSL color Cylindrical-coordinate representation of color #A039AC: hue angle of 293.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A039AC is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 57 | 172 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.33 |
| HSL | 293.74º | 0.5% | 0.45% | - |
| HSV(B) | 293.74º | 0.67% | 0.67% | - |
| XYZ | 23.41 | 13.38 | 40.38 | - |
| YUV | 100.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 172 | 0.07 | 0.67 | 0 | 0.33 | 293.74 | 0.5 | 0.45 |
| Hex | A0 | 39 | AC | 7 | 43 | 0 | 21 | 126 | 32 | 2D |
| Octal | 240 | 71 | 254 | 7 | 103 | 0 | 41 | 446 | 62 | 55 |
| Binary | 10100000 | 111001 | 10101100 | 111 | 1000011 | 0 | 100001 | 100100110 | 110010 | 101101 |
Color Harmonies of #A039AC
Complementary color
Monochromatic Colors of #A039AC
Black with #A039AC
Text Example
Text Example
White with #A039AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039AC; }
p { color: rgb(160,57,172); }
H1.HeaderClassName
{
color: #A039AC;
}
.AnyTagClassName
{
color: #A039AC;
}
</style>
background-color css
<style>
a { background-color: #A039AC; }
a { background-color: rgb(160,57,172); }
div.DivClassName
{
background-color: #A039AC;
}
.BgClassName
{
background-color: #A039AC;
}
</style>
border-color css
<style>
span { border-color: #A039AC; }
span { border-color: rgb(160,57,172); }
td.TdClassName
{
border-color: #A039AC;
}
.TagClassName
{
border-color: #A039AC;
}
</style>