Shades of Lilac Bush #A17BC9
Tints of Lilac Bush #A17BC9
RGB
CMYK
RGB Variations
Color information
#A17BC9 (or 0xA17BC9) is known color: Lilac Bush. HEX triplet: A1, 7B and C9. RGB value is (161,123,201). Sum of RGB (Red+Green+Blue) = 161+123+201=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #A17BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BC9 is #5E8436. Grayscale: #8E8E8E. Windows color (decimal): -6194231 or 13204385. OLE color: 13204385.
HSL color Cylindrical-coordinate representation of color #A17BC9: hue angle of 269.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A17BC9 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 123 | 201 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.21 |
| HSL | 269.23º | 0.42% | 0.64% | - |
| HSV(B) | 269.23º | 0.39% | 0.79% | - |
| XYZ | 32.32 | 25.96 | 58.57 | - |
| YUV | 143.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 201 | 0.20 | 0.39 | 0 | 0.21 | 269.23 | 0.42 | 0.64 |
| Hex | A1 | 7B | C9 | 14 | 27 | 0 | 15 | 10D | 2A | 40 |
| Octal | 241 | 173 | 311 | 24 | 47 | 0 | 25 | 415 | 52 | 100 |
| Binary | 10100001 | 1111011 | 11001001 | 10100 | 100111 | 0 | 10101 | 100001101 | 101010 | 1000000 |
Color Harmonies of #A17BC9
Complementary color
Monochromatic Colors of #A17BC9
Black with #A17BC9
Text Example
Text Example
White with #A17BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17BC9; }
p { color: rgb(161,123,201); }
H1.HeaderClassName
{
color: #A17BC9;
}
.AnyTagClassName
{
color: #A17BC9;
}
</style>
background-color css
<style>
a { background-color: #A17BC9; }
a { background-color: rgb(161,123,201); }
div.DivClassName
{
background-color: #A17BC9;
}
.BgClassName
{
background-color: #A17BC9;
}
</style>
border-color css
<style>
span { border-color: #A17BC9; }
span { border-color: rgb(161,123,201); }
td.TdClassName
{
border-color: #A17BC9;
}
.TagClassName
{
border-color: #A17BC9;
}
</style>