Shades of Lilac Bush #A07DCB
Tints of Lilac Bush #A07DCB
RGB
CMYK
RGB Variations
Color information
#A07DCB (or 0xA07DCB) is known color: Lilac Bush. HEX triplet: A0, 7D and CB. RGB value is (160,125,203). Sum of RGB (Red+Green+Blue) = 160+125+203=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #A07DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DCB is #5F8234. Grayscale: #909090. Windows color (decimal): -6259253 or 13335968. OLE color: 13335968.
HSL color Cylindrical-coordinate representation of color #A07DCB: hue angle of 266.92º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A07DCB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 125 | 203 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.20 |
| HSL | 266.92º | 0.43% | 0.64% | - |
| HSV(B) | 266.92º | 0.38% | 0.8% | - |
| XYZ | 32.61 | 26.45 | 59.89 | - |
| YUV | 144.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 203 | 0.21 | 0.38 | 0 | 0.20 | 266.92 | 0.43 | 0.64 |
| Hex | A0 | 7D | CB | 15 | 26 | 0 | 14 | 10B | 2B | 40 |
| Octal | 240 | 175 | 313 | 25 | 46 | 0 | 24 | 413 | 53 | 100 |
| Binary | 10100000 | 1111101 | 11001011 | 10101 | 100110 | 0 | 10100 | 100001011 | 101011 | 1000000 |
Color Harmonies of #A07DCB
Complementary color
Monochromatic Colors of #A07DCB
Black with #A07DCB
Text Example
Text Example
White with #A07DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DCB; }
p { color: rgb(160,125,203); }
H1.HeaderClassName
{
color: #A07DCB;
}
.AnyTagClassName
{
color: #A07DCB;
}
</style>
background-color css
<style>
a { background-color: #A07DCB; }
a { background-color: rgb(160,125,203); }
div.DivClassName
{
background-color: #A07DCB;
}
.BgClassName
{
background-color: #A07DCB;
}
</style>
border-color css
<style>
span { border-color: #A07DCB; }
span { border-color: rgb(160,125,203); }
td.TdClassName
{
border-color: #A07DCB;
}
.TagClassName
{
border-color: #A07DCB;
}
</style>