Shades of Lilac Bush #A17BCF
Tints of Lilac Bush #A17BCF
RGB
CMYK
RGB Variations
Color information
#A17BCF (or 0xA17BCF) is known color: Lilac Bush. HEX triplet: A1, 7B and CF. RGB value is (161,123,207). Sum of RGB (Red+Green+Blue) = 161+123+207=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #A17BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BCF is #5E8430. Grayscale: #8F8F8F. Windows color (decimal): -6194225 or 13597601. OLE color: 13597601.
HSL color Cylindrical-coordinate representation of color #A17BCF: hue angle of 267.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A17BCF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 123 | 207 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.19 |
| HSL | 267.14º | 0.47% | 0.65% | - |
| HSV(B) | 267.14º | 0.41% | 0.81% | - |
| XYZ | 33.04 | 26.25 | 62.36 | - |
| YUV | 143.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 207 | 0.22 | 0.41 | 0 | 0.19 | 267.14 | 0.47 | 0.65 |
| Hex | A1 | 7B | CF | 16 | 29 | 0 | 13 | 10B | 2F | 41 |
| Octal | 241 | 173 | 317 | 26 | 51 | 0 | 23 | 413 | 57 | 101 |
| Binary | 10100001 | 1111011 | 11001111 | 10110 | 101001 | 0 | 10011 | 100001011 | 101111 | 1000001 |
Color Harmonies of #A17BCF
Complementary color
Monochromatic Colors of #A17BCF
Black with #A17BCF
Text Example
Text Example
White with #A17BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17BCF; }
p { color: rgb(161,123,207); }
H1.HeaderClassName
{
color: #A17BCF;
}
.AnyTagClassName
{
color: #A17BCF;
}
</style>
background-color css
<style>
a { background-color: #A17BCF; }
a { background-color: rgb(161,123,207); }
div.DivClassName
{
background-color: #A17BCF;
}
.BgClassName
{
background-color: #A17BCF;
}
</style>
border-color css
<style>
span { border-color: #A17BCF; }
span { border-color: rgb(161,123,207); }
td.TdClassName
{
border-color: #A17BCF;
}
.TagClassName
{
border-color: #A17BCF;
}
</style>