Shades of Lilac Bush #A07DCF
Tints of Lilac Bush #A07DCF
RGB
CMYK
RGB Variations
Color information
#A07DCF (or 0xA07DCF) is known color: Lilac Bush. HEX triplet: A0, 7D and CF. RGB value is (160,125,207). Sum of RGB (Red+Green+Blue) = 160+125+207=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #A07DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DCF is #5F8230. Grayscale: #909090. Windows color (decimal): -6259249 or 13598112. OLE color: 13598112.
HSL color Cylindrical-coordinate representation of color #A07DCF: hue angle of 265.61º 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 #A07DCF is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 125 | 207 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.19 |
| HSL | 265.61º | 0.46% | 0.65% | - |
| HSV(B) | 265.61º | 0.4% | 0.81% | - |
| XYZ | 33.09 | 26.65 | 62.43 | - |
| YUV | 144.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 207 | 0.23 | 0.40 | 0 | 0.19 | 265.61 | 0.46 | 0.65 |
| Hex | A0 | 7D | CF | 17 | 28 | 0 | 13 | 10A | 2E | 41 |
| Octal | 240 | 175 | 317 | 27 | 50 | 0 | 23 | 412 | 56 | 101 |
| Binary | 10100000 | 1111101 | 11001111 | 10111 | 101000 | 0 | 10011 | 100001010 | 101110 | 1000001 |
Color Harmonies of #A07DCF
Complementary color
Monochromatic Colors of #A07DCF
Black with #A07DCF
Text Example
Text Example
White with #A07DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DCF; }
p { color: rgb(160,125,207); }
H1.HeaderClassName
{
color: #A07DCF;
}
.AnyTagClassName
{
color: #A07DCF;
}
</style>
background-color css
<style>
a { background-color: #A07DCF; }
a { background-color: rgb(160,125,207); }
div.DivClassName
{
background-color: #A07DCF;
}
.BgClassName
{
background-color: #A07DCF;
}
</style>
border-color css
<style>
span { border-color: #A07DCF; }
span { border-color: rgb(160,125,207); }
td.TdClassName
{
border-color: #A07DCF;
}
.TagClassName
{
border-color: #A07DCF;
}
</style>