Shades of Lilac Bush #A57CCF
Tints of Lilac Bush #A57CCF
RGB
CMYK
RGB Variations
Color information
#A57CCF (or 0xA57CCF) is known color: Lilac Bush. HEX triplet: A5, 7C and CF. RGB value is (165,124,207). Sum of RGB (Red+Green+Blue) = 165+124+207=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #A57CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CCF is #5A8330. Grayscale: #919191. Windows color (decimal): -5931825 or 13597861. OLE color: 13597861.
HSL color Cylindrical-coordinate representation of color #A57CCF: hue angle of 269.64º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A57CCF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 124 | 207 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.19 |
| HSL | 269.64º | 0.46% | 0.65% | - |
| HSV(B) | 269.64º | 0.4% | 0.81% | - |
| XYZ | 33.99 | 26.92 | 62.44 | - |
| YUV | 145.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 207 | 0.20 | 0.40 | 0 | 0.19 | 269.64 | 0.46 | 0.65 |
| Hex | A5 | 7C | CF | 14 | 28 | 0 | 13 | 10E | 2E | 41 |
| Octal | 245 | 174 | 317 | 24 | 50 | 0 | 23 | 416 | 56 | 101 |
| Binary | 10100101 | 1111100 | 11001111 | 10100 | 101000 | 0 | 10011 | 100001110 | 101110 | 1000001 |
Color Harmonies of #A57CCF
Complementary color
Monochromatic Colors of #A57CCF
Black with #A57CCF
Text Example
Text Example
White with #A57CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CCF; }
p { color: rgb(165,124,207); }
H1.HeaderClassName
{
color: #A57CCF;
}
.AnyTagClassName
{
color: #A57CCF;
}
</style>
background-color css
<style>
a { background-color: #A57CCF; }
a { background-color: rgb(165,124,207); }
div.DivClassName
{
background-color: #A57CCF;
}
.BgClassName
{
background-color: #A57CCF;
}
</style>
border-color css
<style>
span { border-color: #A57CCF; }
span { border-color: rgb(165,124,207); }
td.TdClassName
{
border-color: #A57CCF;
}
.TagClassName
{
border-color: #A57CCF;
}
</style>