Shades of Lilac Bush #A07CCF
Tints of Lilac Bush #A07CCF
RGB
CMYK
RGB Variations
Color information
#A07CCF (or 0xA07CCF) is known color: Lilac Bush. HEX triplet: A0, 7C and CF. RGB value is (160,124,207). Sum of RGB (Red+Green+Blue) = 160+124+207=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #A07CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CCF is #5F8330. Grayscale: #8F8F8F. Windows color (decimal): -6259505 or 13597856. OLE color: 13597856.
HSL color Cylindrical-coordinate representation of color #A07CCF: hue angle of 266.02º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A07CCF is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 124 | 207 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.19 |
| HSL | 266.02º | 0.46% | 0.65% | - |
| HSV(B) | 266.02º | 0.4% | 0.81% | - |
| XYZ | 32.97 | 26.39 | 62.39 | - |
| YUV | 144.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 207 | 0.23 | 0.40 | 0 | 0.19 | 266.02 | 0.46 | 0.65 |
| Hex | A0 | 7C | CF | 17 | 28 | 0 | 13 | 10A | 2E | 41 |
| Octal | 240 | 174 | 317 | 27 | 50 | 0 | 23 | 412 | 56 | 101 |
| Binary | 10100000 | 1111100 | 11001111 | 10111 | 101000 | 0 | 10011 | 100001010 | 101110 | 1000001 |
Color Harmonies of #A07CCF
Complementary color
Monochromatic Colors of #A07CCF
Black with #A07CCF
Text Example
Text Example
White with #A07CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CCF; }
p { color: rgb(160,124,207); }
H1.HeaderClassName
{
color: #A07CCF;
}
.AnyTagClassName
{
color: #A07CCF;
}
</style>
background-color css
<style>
a { background-color: #A07CCF; }
a { background-color: rgb(160,124,207); }
div.DivClassName
{
background-color: #A07CCF;
}
.BgClassName
{
background-color: #A07CCF;
}
</style>
border-color css
<style>
span { border-color: #A07CCF; }
span { border-color: rgb(160,124,207); }
td.TdClassName
{
border-color: #A07CCF;
}
.TagClassName
{
border-color: #A07CCF;
}
</style>