Shades of Lilac Bush #A07CCD
Tints of Lilac Bush #A07CCD
RGB
CMYK
RGB Variations
Color information
#A07CCD (or 0xA07CCD) is known color: Lilac Bush. HEX triplet: A0, 7C and CD. RGB value is (160,124,205). Sum of RGB (Red+Green+Blue) = 160+124+205=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #A07CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CCD is #5F8332. Grayscale: #8F8F8F. Windows color (decimal): -6259507 or 13466784. OLE color: 13466784.
HSL color Cylindrical-coordinate representation of color #A07CCD: hue angle of 266.67º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A07CCD is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 124 | 205 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.20 |
| HSL | 266.67º | 0.45% | 0.65% | - |
| HSV(B) | 266.67º | 0.4% | 0.8% | - |
| XYZ | 32.72 | 26.3 | 61.11 | - |
| YUV | 144 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 205 | 0.22 | 0.40 | 0 | 0.20 | 266.67 | 0.45 | 0.65 |
| Hex | A0 | 7C | CD | 16 | 28 | 0 | 14 | 10B | 2D | 41 |
| Octal | 240 | 174 | 315 | 26 | 50 | 0 | 24 | 413 | 55 | 101 |
| Binary | 10100000 | 1111100 | 11001101 | 10110 | 101000 | 0 | 10100 | 100001011 | 101101 | 1000001 |
Color Harmonies of #A07CCD
Complementary color
Monochromatic Colors of #A07CCD
Black with #A07CCD
Text Example
Text Example
White with #A07CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CCD; }
p { color: rgb(160,124,205); }
H1.HeaderClassName
{
color: #A07CCD;
}
.AnyTagClassName
{
color: #A07CCD;
}
</style>
background-color css
<style>
a { background-color: #A07CCD; }
a { background-color: rgb(160,124,205); }
div.DivClassName
{
background-color: #A07CCD;
}
.BgClassName
{
background-color: #A07CCD;
}
</style>
border-color css
<style>
span { border-color: #A07CCD; }
span { border-color: rgb(160,124,205); }
td.TdClassName
{
border-color: #A07CCD;
}
.TagClassName
{
border-color: #A07CCD;
}
</style>