Shades of Lilac Bush #A079C9
Tints of Lilac Bush #A079C9
RGB
CMYK
RGB Variations
Color information
#A079C9 (or 0xA079C9) is known color: Lilac Bush. HEX triplet: A0, 79 and C9. RGB value is (160,121,201). Sum of RGB (Red+Green+Blue) = 160+121+201=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #A079C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079C9 is #5F8636. Grayscale: #8D8D8D. Windows color (decimal): -6260279 or 13203872. OLE color: 13203872.
HSL color Cylindrical-coordinate representation of color #A079C9: hue angle of 269.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A079C9 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 121 | 201 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.21 |
| HSL | 269.25º | 0.43% | 0.63% | - |
| HSV(B) | 269.25º | 0.4% | 0.79% | - |
| XYZ | 31.88 | 25.37 | 58.47 | - |
| YUV | 141.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 201 | 0.20 | 0.40 | 0 | 0.21 | 269.25 | 0.43 | 0.63 |
| Hex | A0 | 79 | C9 | 14 | 28 | 0 | 15 | 10D | 2B | 3F |
| Octal | 240 | 171 | 311 | 24 | 50 | 0 | 25 | 415 | 53 | 77 |
| Binary | 10100000 | 1111001 | 11001001 | 10100 | 101000 | 0 | 10101 | 100001101 | 101011 | 111111 |
Color Harmonies of #A079C9
Complementary color
Monochromatic Colors of #A079C9
Black with #A079C9
Text Example
Text Example
White with #A079C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079C9; }
p { color: rgb(160,121,201); }
H1.HeaderClassName
{
color: #A079C9;
}
.AnyTagClassName
{
color: #A079C9;
}
</style>
background-color css
<style>
a { background-color: #A079C9; }
a { background-color: rgb(160,121,201); }
div.DivClassName
{
background-color: #A079C9;
}
.BgClassName
{
background-color: #A079C9;
}
</style>
border-color css
<style>
span { border-color: #A079C9; }
span { border-color: rgb(160,121,201); }
td.TdClassName
{
border-color: #A079C9;
}
.TagClassName
{
border-color: #A079C9;
}
</style>