Shades of Lilac Bush #A57CCD
Tints of Lilac Bush #A57CCD
RGB
CMYK
RGB Variations
Color information
#A57CCD (or 0xA57CCD) is known color: Lilac Bush. HEX triplet: A5, 7C and CD. RGB value is (165,124,205). Sum of RGB (Red+Green+Blue) = 165+124+205=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #A57CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CCD is #5A8332. Grayscale: #919191. Windows color (decimal): -5931827 or 13466789. OLE color: 13466789.
HSL color Cylindrical-coordinate representation of color #A57CCD: hue angle of 270.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A57CCD is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 124 | 205 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.20 |
| HSL | 270.37º | 0.45% | 0.65% | - |
| HSV(B) | 270.37º | 0.4% | 0.8% | - |
| XYZ | 33.74 | 26.82 | 61.16 | - |
| YUV | 145.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 205 | 0.20 | 0.40 | 0 | 0.20 | 270.37 | 0.45 | 0.65 |
| Hex | A5 | 7C | CD | 14 | 28 | 0 | 14 | 10E | 2D | 41 |
| Octal | 245 | 174 | 315 | 24 | 50 | 0 | 24 | 416 | 55 | 101 |
| Binary | 10100101 | 1111100 | 11001101 | 10100 | 101000 | 0 | 10100 | 100001110 | 101101 | 1000001 |
Color Harmonies of #A57CCD
Complementary color
Monochromatic Colors of #A57CCD
Black with #A57CCD
Text Example
Text Example
White with #A57CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CCD; }
p { color: rgb(165,124,205); }
H1.HeaderClassName
{
color: #A57CCD;
}
.AnyTagClassName
{
color: #A57CCD;
}
</style>
background-color css
<style>
a { background-color: #A57CCD; }
a { background-color: rgb(165,124,205); }
div.DivClassName
{
background-color: #A57CCD;
}
.BgClassName
{
background-color: #A57CCD;
}
</style>
border-color css
<style>
span { border-color: #A57CCD; }
span { border-color: rgb(165,124,205); }
td.TdClassName
{
border-color: #A57CCD;
}
.TagClassName
{
border-color: #A57CCD;
}
</style>