Shades of Lilac Bush #A07CCC
Tints of Lilac Bush #A07CCC
RGB
CMYK
RGB Variations
Color information
#A07CCC (or 0xA07CCC) is known color: Lilac Bush. HEX triplet: A0, 7C and CC. RGB value is (160,124,204). Sum of RGB (Red+Green+Blue) = 160+124+204=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #A07CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CCC is #5F8333. Grayscale: #8F8F8F. Windows color (decimal): -6259508 or 13401248. OLE color: 13401248.
HSL color Cylindrical-coordinate representation of color #A07CCC: hue angle of 267º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07CCC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 124 | 204 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.2 |
| HSL | 267º | 0.44% | 0.64% | - |
| HSV(B) | 267º | 0.39% | 0.8% | - |
| XYZ | 32.6 | 26.25 | 60.47 | - |
| YUV | 143.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 204 | 0.22 | 0.39 | 0 | 0.2 | 267 | 0.44 | 0.64 |
| Hex | A0 | 7C | CC | 16 | 27 | 0 | 14 | 10B | 2C | 40 |
| Octal | 240 | 174 | 314 | 26 | 47 | 0 | 24 | 413 | 54 | 100 |
| Binary | 10100000 | 1111100 | 11001100 | 10110 | 100111 | 0 | 10100 | 100001011 | 101100 | 1000000 |
Color Harmonies of #A07CCC
Complementary color
Monochromatic Colors of #A07CCC
Black with #A07CCC
Text Example
Text Example
White with #A07CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CCC; }
p { color: rgb(160,124,204); }
H1.HeaderClassName
{
color: #A07CCC;
}
.AnyTagClassName
{
color: #A07CCC;
}
</style>
background-color css
<style>
a { background-color: #A07CCC; }
a { background-color: rgb(160,124,204); }
div.DivClassName
{
background-color: #A07CCC;
}
.BgClassName
{
background-color: #A07CCC;
}
</style>
border-color css
<style>
span { border-color: #A07CCC; }
span { border-color: rgb(160,124,204); }
td.TdClassName
{
border-color: #A07CCC;
}
.TagClassName
{
border-color: #A07CCC;
}
</style>