Shades of Lilac Bush #A179C5
Tints of Lilac Bush #A179C5
RGB
CMYK
RGB Variations
Color information
#A179C5 (or 0xA179C5) is known color: Lilac Bush. HEX triplet: A1, 79 and C5. RGB value is (161,121,197). Sum of RGB (Red+Green+Blue) = 161+121+197=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 197 - color contains mainly: blue. Hex color #A179C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179C5 is #5E863A. Grayscale: #8D8D8D. Windows color (decimal): -6194747 or 12941729. OLE color: 12941729.
HSL color Cylindrical-coordinate representation of color #A179C5: hue angle of 271.58º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A179C5 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 121 | 197 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.23 |
| HSL | 271.58º | 0.4% | 0.62% | - |
| HSV(B) | 271.58º | 0.39% | 0.77% | - |
| XYZ | 31.61 | 25.28 | 56.04 | - |
| YUV | 141.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 197 | 0.18 | 0.39 | 0 | 0.23 | 271.58 | 0.4 | 0.62 |
| Hex | A1 | 79 | C5 | 12 | 27 | 0 | 17 | 110 | 28 | 3E |
| Octal | 241 | 171 | 305 | 22 | 47 | 0 | 27 | 420 | 50 | 76 |
| Binary | 10100001 | 1111001 | 11000101 | 10010 | 100111 | 0 | 10111 | 100010000 | 101000 | 111110 |
Color Harmonies of #A179C5
Complementary color
Monochromatic Colors of #A179C5
Black with #A179C5
Text Example
Text Example
White with #A179C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179C5; }
p { color: rgb(161,121,197); }
H1.HeaderClassName
{
color: #A179C5;
}
.AnyTagClassName
{
color: #A179C5;
}
</style>
background-color css
<style>
a { background-color: #A179C5; }
a { background-color: rgb(161,121,197); }
div.DivClassName
{
background-color: #A179C5;
}
.BgClassName
{
background-color: #A179C5;
}
</style>
border-color css
<style>
span { border-color: #A179C5; }
span { border-color: rgb(161,121,197); }
td.TdClassName
{
border-color: #A179C5;
}
.TagClassName
{
border-color: #A179C5;
}
</style>