Shades of Deep Lilac #A139AC
Tints of Deep Lilac #A139AC
RGB
CMYK
RGB Variations
Color information
#A139AC (or 0xA139AC) is known color: Deep Lilac. HEX triplet: A1, 39 and AC. RGB value is (161,57,172). Sum of RGB (Red+Green+Blue) = 161+57+172=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #A139AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A139AC is #5EC653. Grayscale: #646464. Windows color (decimal): -6211156 or 11286945. OLE color: 11286945.
HSL color Cylindrical-coordinate representation of color #A139AC: hue angle of 294.26º 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 #A139AC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 57 | 172 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.33 |
| HSL | 294.26º | 0.5% | 0.45% | - |
| HSV(B) | 294.26º | 0.67% | 0.67% | - |
| XYZ | 23.61 | 13.48 | 40.39 | - |
| YUV | 101.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 172 | 0.06 | 0.67 | 0 | 0.33 | 294.26 | 0.5 | 0.45 |
| Hex | A1 | 39 | AC | 6 | 43 | 0 | 21 | 126 | 32 | 2D |
| Octal | 241 | 71 | 254 | 6 | 103 | 0 | 41 | 446 | 62 | 55 |
| Binary | 10100001 | 111001 | 10101100 | 110 | 1000011 | 0 | 100001 | 100100110 | 110010 | 101101 |
Color Harmonies of #A139AC
Complementary color
Monochromatic Colors of #A139AC
Black with #A139AC
Text Example
Text Example
White with #A139AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139AC; }
p { color: rgb(161,57,172); }
H1.HeaderClassName
{
color: #A139AC;
}
.AnyTagClassName
{
color: #A139AC;
}
</style>
background-color css
<style>
a { background-color: #A139AC; }
a { background-color: rgb(161,57,172); }
div.DivClassName
{
background-color: #A139AC;
}
.BgClassName
{
background-color: #A139AC;
}
</style>
border-color css
<style>
span { border-color: #A139AC; }
span { border-color: rgb(161,57,172); }
td.TdClassName
{
border-color: #A139AC;
}
.TagClassName
{
border-color: #A139AC;
}
</style>