Shades of Lilac Bush #A07DD0
Tints of Lilac Bush #A07DD0
RGB
CMYK
RGB Variations
Color information
#A07DD0 (or 0xA07DD0) is known color: Lilac Bush. HEX triplet: A0, 7D and D0. RGB value is (160,125,208). Sum of RGB (Red+Green+Blue) = 160+125+208=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #A07DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DD0 is #5F822F. Grayscale: #909090. Windows color (decimal): -6259248 or 13663648. OLE color: 13663648.
HSL color Cylindrical-coordinate representation of color #A07DD0: hue angle of 265.3º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A07DD0 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 125 | 208 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.18 |
| HSL | 265.3º | 0.47% | 0.65% | - |
| HSV(B) | 265.3º | 0.4% | 0.82% | - |
| XYZ | 33.22 | 26.69 | 63.08 | - |
| YUV | 144.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 208 | 0.23 | 0.40 | 0 | 0.18 | 265.3 | 0.47 | 0.65 |
| Hex | A0 | 7D | D0 | 17 | 28 | 0 | 12 | 109 | 2F | 41 |
| Octal | 240 | 175 | 320 | 27 | 50 | 0 | 22 | 411 | 57 | 101 |
| Binary | 10100000 | 1111101 | 11010000 | 10111 | 101000 | 0 | 10010 | 100001001 | 101111 | 1000001 |
Color Harmonies of #A07DD0
Complementary color
Monochromatic Colors of #A07DD0
Black with #A07DD0
Text Example
Text Example
White with #A07DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DD0; }
p { color: rgb(160,125,208); }
H1.HeaderClassName
{
color: #A07DD0;
}
.AnyTagClassName
{
color: #A07DD0;
}
</style>
background-color css
<style>
a { background-color: #A07DD0; }
a { background-color: rgb(160,125,208); }
div.DivClassName
{
background-color: #A07DD0;
}
.BgClassName
{
background-color: #A07DD0;
}
</style>
border-color css
<style>
span { border-color: #A07DD0; }
span { border-color: rgb(160,125,208); }
td.TdClassName
{
border-color: #A07DD0;
}
.TagClassName
{
border-color: #A07DD0;
}
</style>