Shades of Lilac Bush #A179CB
Tints of Lilac Bush #A179CB
RGB
CMYK
RGB Variations
Color information
#A179CB (or 0xA179CB) is known color: Lilac Bush. HEX triplet: A1, 79 and CB. RGB value is (161,121,203). Sum of RGB (Red+Green+Blue) = 161+121+203=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #A179CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179CB is #5E8634. Grayscale: #8E8E8E. Windows color (decimal): -6194741 or 13334945. OLE color: 13334945.
HSL color Cylindrical-coordinate representation of color #A179CB: hue angle of 269.27º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A179CB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 121 | 203 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.20 |
| HSL | 269.27º | 0.44% | 0.64% | - |
| HSV(B) | 269.27º | 0.4% | 0.8% | - |
| XYZ | 32.31 | 25.56 | 59.73 | - |
| YUV | 142.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 203 | 0.21 | 0.40 | 0 | 0.20 | 269.27 | 0.44 | 0.64 |
| Hex | A1 | 79 | CB | 15 | 28 | 0 | 14 | 10D | 2C | 40 |
| Octal | 241 | 171 | 313 | 25 | 50 | 0 | 24 | 415 | 54 | 100 |
| Binary | 10100001 | 1111001 | 11001011 | 10101 | 101000 | 0 | 10100 | 100001101 | 101100 | 1000000 |
Color Harmonies of #A179CB
Complementary color
Monochromatic Colors of #A179CB
Black with #A179CB
Text Example
Text Example
White with #A179CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179CB; }
p { color: rgb(161,121,203); }
H1.HeaderClassName
{
color: #A179CB;
}
.AnyTagClassName
{
color: #A179CB;
}
</style>
background-color css
<style>
a { background-color: #A179CB; }
a { background-color: rgb(161,121,203); }
div.DivClassName
{
background-color: #A179CB;
}
.BgClassName
{
background-color: #A179CB;
}
</style>
border-color css
<style>
span { border-color: #A179CB; }
span { border-color: rgb(161,121,203); }
td.TdClassName
{
border-color: #A179CB;
}
.TagClassName
{
border-color: #A179CB;
}
</style>