Shades of Lilac Bush #A179C7
Tints of Lilac Bush #A179C7
RGB
CMYK
RGB Variations
Color information
#A179C7 (or 0xA179C7) is known color: Lilac Bush. HEX triplet: A1, 79 and C7. RGB value is (161,121,199). Sum of RGB (Red+Green+Blue) = 161+121+199=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #A179C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179C7 is #5E8638. Grayscale: #8D8D8D. Windows color (decimal): -6194745 or 13072801. OLE color: 13072801.
HSL color Cylindrical-coordinate representation of color #A179C7: hue angle of 270.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A179C7 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 121 | 199 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.22 |
| HSL | 270.77º | 0.41% | 0.63% | - |
| HSV(B) | 270.77º | 0.39% | 0.78% | - |
| XYZ | 31.84 | 25.38 | 57.25 | - |
| YUV | 141.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 199 | 0.19 | 0.39 | 0 | 0.22 | 270.77 | 0.41 | 0.63 |
| Hex | A1 | 79 | C7 | 13 | 27 | 0 | 16 | 10F | 29 | 3F |
| Octal | 241 | 171 | 307 | 23 | 47 | 0 | 26 | 417 | 51 | 77 |
| Binary | 10100001 | 1111001 | 11000111 | 10011 | 100111 | 0 | 10110 | 100001111 | 101001 | 111111 |
Color Harmonies of #A179C7
Complementary color
Monochromatic Colors of #A179C7
Black with #A179C7
Text Example
Text Example
White with #A179C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179C7; }
p { color: rgb(161,121,199); }
H1.HeaderClassName
{
color: #A179C7;
}
.AnyTagClassName
{
color: #A179C7;
}
</style>
background-color css
<style>
a { background-color: #A179C7; }
a { background-color: rgb(161,121,199); }
div.DivClassName
{
background-color: #A179C7;
}
.BgClassName
{
background-color: #A179C7;
}
</style>
border-color css
<style>
span { border-color: #A179C7; }
span { border-color: rgb(161,121,199); }
td.TdClassName
{
border-color: #A179C7;
}
.TagClassName
{
border-color: #A179C7;
}
</style>