Shades of Lilac Bush #A07BC7
Tints of Lilac Bush #A07BC7
RGB
CMYK
RGB Variations
Color information
#A07BC7 (or 0xA07BC7) is known color: Lilac Bush. HEX triplet: A0, 7B and C7. RGB value is (160,123,199). Sum of RGB (Red+Green+Blue) = 160+123+199=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #A07BC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BC7 is #5F8438. Grayscale: #8E8E8E. Windows color (decimal): -6259769 or 13073312. OLE color: 13073312.
HSL color Cylindrical-coordinate representation of color #A07BC7: hue angle of 269.21º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A07BC7 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 123 | 199 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.22 |
| HSL | 269.21º | 0.4% | 0.63% | - |
| HSV(B) | 269.21º | 0.38% | 0.78% | - |
| XYZ | 31.89 | 25.76 | 57.32 | - |
| YUV | 142.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 199 | 0.20 | 0.38 | 0 | 0.22 | 269.21 | 0.4 | 0.63 |
| Hex | A0 | 7B | C7 | 14 | 26 | 0 | 16 | 10D | 28 | 3F |
| Octal | 240 | 173 | 307 | 24 | 46 | 0 | 26 | 415 | 50 | 77 |
| Binary | 10100000 | 1111011 | 11000111 | 10100 | 100110 | 0 | 10110 | 100001101 | 101000 | 111111 |
Color Harmonies of #A07BC7
Complementary color
Monochromatic Colors of #A07BC7
Black with #A07BC7
Text Example
Text Example
White with #A07BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BC7; }
p { color: rgb(160,123,199); }
H1.HeaderClassName
{
color: #A07BC7;
}
.AnyTagClassName
{
color: #A07BC7;
}
</style>
background-color css
<style>
a { background-color: #A07BC7; }
a { background-color: rgb(160,123,199); }
div.DivClassName
{
background-color: #A07BC7;
}
.BgClassName
{
background-color: #A07BC7;
}
</style>
border-color css
<style>
span { border-color: #A07BC7; }
span { border-color: rgb(160,123,199); }
td.TdClassName
{
border-color: #A07BC7;
}
.TagClassName
{
border-color: #A07BC7;
}
</style>