Shades of Lilac Bush #A57CCA
Tints of Lilac Bush #A57CCA
RGB
CMYK
RGB Variations
Color information
#A57CCA (or 0xA57CCA) is known color: Lilac Bush. HEX triplet: A5, 7C and CA. RGB value is (165,124,202). Sum of RGB (Red+Green+Blue) = 165+124+202=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #A57CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CCA is #5A8335. Grayscale: #909090. Windows color (decimal): -5931830 or 13270181. OLE color: 13270181.
HSL color Cylindrical-coordinate representation of color #A57CCA: hue angle of 271.54º 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 #A57CCA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 124 | 202 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.21 |
| HSL | 271.54º | 0.42% | 0.64% | - |
| HSV(B) | 271.54º | 0.39% | 0.79% | - |
| XYZ | 33.39 | 26.68 | 59.27 | - |
| YUV | 145.15 | 160.08 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 202 | 0.18 | 0.39 | 0 | 0.21 | 271.54 | 0.42 | 0.64 |
| Hex | A5 | 7C | CA | 12 | 27 | 0 | 15 | 110 | 2A | 40 |
| Octal | 245 | 174 | 312 | 22 | 47 | 0 | 25 | 420 | 52 | 100 |
| Binary | 10100101 | 1111100 | 11001010 | 10010 | 100111 | 0 | 10101 | 100010000 | 101010 | 1000000 |
Color Harmonies of #A57CCA
Complementary color
Monochromatic Colors of #A57CCA
Black with #A57CCA
Text Example
Text Example
White with #A57CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CCA; }
p { color: rgb(165,124,202); }
H1.HeaderClassName
{
color: #A57CCA;
}
.AnyTagClassName
{
color: #A57CCA;
}
</style>
background-color css
<style>
a { background-color: #A57CCA; }
a { background-color: rgb(165,124,202); }
div.DivClassName
{
background-color: #A57CCA;
}
.BgClassName
{
background-color: #A57CCA;
}
</style>
border-color css
<style>
span { border-color: #A57CCA; }
span { border-color: rgb(165,124,202); }
td.TdClassName
{
border-color: #A57CCA;
}
.TagClassName
{
border-color: #A57CCA;
}
</style>