Shades of Lilac Bush #A57ACB
Tints of Lilac Bush #A57ACB
RGB
CMYK
RGB Variations
Color information
#A57ACB (or 0xA57ACB) is known color: Lilac Bush. HEX triplet: A5, 7A and CB. RGB value is (165,122,203). Sum of RGB (Red+Green+Blue) = 165+122+203=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #A57ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ACB is #5A8534. Grayscale: #8F8F8F. Windows color (decimal): -5932341 or 13335205. OLE color: 13335205.
HSL color Cylindrical-coordinate representation of color #A57ACB: hue angle of 271.85º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A57ACB is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 122 | 203 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.20 |
| HSL | 271.85º | 0.44% | 0.64% | - |
| HSV(B) | 271.85º | 0.4% | 0.8% | - |
| XYZ | 33.26 | 26.23 | 59.81 | - |
| YUV | 144.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 203 | 0.19 | 0.40 | 0 | 0.20 | 271.85 | 0.44 | 0.64 |
| Hex | A5 | 7A | CB | 13 | 28 | 0 | 14 | 110 | 2C | 40 |
| Octal | 245 | 172 | 313 | 23 | 50 | 0 | 24 | 420 | 54 | 100 |
| Binary | 10100101 | 1111010 | 11001011 | 10011 | 101000 | 0 | 10100 | 100010000 | 101100 | 1000000 |
Color Harmonies of #A57ACB
Complementary color
Monochromatic Colors of #A57ACB
Black with #A57ACB
Text Example
Text Example
White with #A57ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57ACB; }
p { color: rgb(165,122,203); }
H1.HeaderClassName
{
color: #A57ACB;
}
.AnyTagClassName
{
color: #A57ACB;
}
</style>
background-color css
<style>
a { background-color: #A57ACB; }
a { background-color: rgb(165,122,203); }
div.DivClassName
{
background-color: #A57ACB;
}
.BgClassName
{
background-color: #A57ACB;
}
</style>
border-color css
<style>
span { border-color: #A57ACB; }
span { border-color: rgb(165,122,203); }
td.TdClassName
{
border-color: #A57ACB;
}
.TagClassName
{
border-color: #A57ACB;
}
</style>