Shades of Lilac Bush #A57BCA
Tints of Lilac Bush #A57BCA
RGB
CMYK
RGB Variations
Color information
#A57BCA (or 0xA57BCA) is known color: Lilac Bush. HEX triplet: A5, 7B and CA. RGB value is (165,123,202). Sum of RGB (Red+Green+Blue) = 165+123+202=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #A57BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BCA is #5A8435. Grayscale: #909090. Windows color (decimal): -5932086 or 13269925. OLE color: 13269925.
HSL color Cylindrical-coordinate representation of color #A57BCA: hue angle of 271.9º degrees, saturation: 0.43, 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 #A57BCA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 123 | 202 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.21 |
| HSL | 271.9º | 0.43% | 0.64% | - |
| HSV(B) | 271.9º | 0.39% | 0.79% | - |
| XYZ | 33.26 | 26.43 | 59.23 | - |
| YUV | 144.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 123 | 202 | 0.18 | 0.39 | 0 | 0.21 | 271.9 | 0.43 | 0.64 |
| Hex | A5 | 7B | CA | 12 | 27 | 0 | 15 | 110 | 2B | 40 |
| Octal | 245 | 173 | 312 | 22 | 47 | 0 | 25 | 420 | 53 | 100 |
| Binary | 10100101 | 1111011 | 11001010 | 10010 | 100111 | 0 | 10101 | 100010000 | 101011 | 1000000 |
Color Harmonies of #A57BCA
Complementary color
Monochromatic Colors of #A57BCA
Black with #A57BCA
Text Example
Text Example
White with #A57BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57BCA; }
p { color: rgb(165,123,202); }
H1.HeaderClassName
{
color: #A57BCA;
}
.AnyTagClassName
{
color: #A57BCA;
}
</style>
background-color css
<style>
a { background-color: #A57BCA; }
a { background-color: rgb(165,123,202); }
div.DivClassName
{
background-color: #A57BCA;
}
.BgClassName
{
background-color: #A57BCA;
}
</style>
border-color css
<style>
span { border-color: #A57BCA; }
span { border-color: rgb(165,123,202); }
td.TdClassName
{
border-color: #A57BCA;
}
.TagClassName
{
border-color: #A57BCA;
}
</style>