Shades of Lilac Bush #A179D2
Tints of Lilac Bush #A179D2
RGB
CMYK
RGB Variations
Color information
#A179D2 (or 0xA179D2) is known color: Lilac Bush. HEX triplet: A1, 79 and D2. RGB value is (161,121,210). Sum of RGB (Red+Green+Blue) = 161+121+210=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #A179D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179D2 is #5E862D. Grayscale: #8E8E8E. Windows color (decimal): -6194734 or 13793697. OLE color: 13793697.
HSL color Cylindrical-coordinate representation of color #A179D2: hue angle of 266.97º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A179D2 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 121 | 210 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.18 |
| HSL | 266.97º | 0.5% | 0.65% | - |
| HSV(B) | 266.97º | 0.42% | 0.82% | - |
| XYZ | 33.17 | 25.9 | 64.22 | - |
| YUV | 143.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 210 | 0.23 | 0.42 | 0 | 0.18 | 266.97 | 0.5 | 0.65 |
| Hex | A1 | 79 | D2 | 17 | 2A | 0 | 12 | 10B | 32 | 41 |
| Octal | 241 | 171 | 322 | 27 | 52 | 0 | 22 | 413 | 62 | 101 |
| Binary | 10100001 | 1111001 | 11010010 | 10111 | 101010 | 0 | 10010 | 100001011 | 110010 | 1000001 |
Color Harmonies of #A179D2
Complementary color
Monochromatic Colors of #A179D2
Black with #A179D2
Text Example
Text Example
White with #A179D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179D2; }
p { color: rgb(161,121,210); }
H1.HeaderClassName
{
color: #A179D2;
}
.AnyTagClassName
{
color: #A179D2;
}
</style>
background-color css
<style>
a { background-color: #A179D2; }
a { background-color: rgb(161,121,210); }
div.DivClassName
{
background-color: #A179D2;
}
.BgClassName
{
background-color: #A179D2;
}
</style>
border-color css
<style>
span { border-color: #A179D2; }
span { border-color: rgb(161,121,210); }
td.TdClassName
{
border-color: #A179D2;
}
.TagClassName
{
border-color: #A179D2;
}
</style>