Shades of Lilac Bush #A07DD1
Tints of Lilac Bush #A07DD1
RGB
CMYK
RGB Variations
Color information
#A07DD1 (or 0xA07DD1) is known color: Lilac Bush. HEX triplet: A0, 7D and D1. RGB value is (160,125,209). Sum of RGB (Red+Green+Blue) = 160+125+209=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #A07DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DD1 is #5F822E. Grayscale: #909090. Windows color (decimal): -6259247 or 13729184. OLE color: 13729184.
HSL color Cylindrical-coordinate representation of color #A07DD1: hue angle of 265º degrees, saturation: 0.48, 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 #A07DD1 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 125 | 209 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.18 |
| HSL | 265º | 0.48% | 0.65% | - |
| HSV(B) | 265º | 0.4% | 0.82% | - |
| XYZ | 33.34 | 26.74 | 63.73 | - |
| YUV | 145.04 | 164.1 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 209 | 0.23 | 0.40 | 0 | 0.18 | 265 | 0.48 | 0.65 |
| Hex | A0 | 7D | D1 | 17 | 28 | 0 | 12 | 109 | 30 | 41 |
| Octal | 240 | 175 | 321 | 27 | 50 | 0 | 22 | 411 | 60 | 101 |
| Binary | 10100000 | 1111101 | 11010001 | 10111 | 101000 | 0 | 10010 | 100001001 | 110000 | 1000001 |
Color Harmonies of #A07DD1
Complementary color
Monochromatic Colors of #A07DD1
Black with #A07DD1
Text Example
Text Example
White with #A07DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DD1; }
p { color: rgb(160,125,209); }
H1.HeaderClassName
{
color: #A07DD1;
}
.AnyTagClassName
{
color: #A07DD1;
}
</style>
background-color css
<style>
a { background-color: #A07DD1; }
a { background-color: rgb(160,125,209); }
div.DivClassName
{
background-color: #A07DD1;
}
.BgClassName
{
background-color: #A07DD1;
}
</style>
border-color css
<style>
span { border-color: #A07DD1; }
span { border-color: rgb(160,125,209); }
td.TdClassName
{
border-color: #A07DD1;
}
.TagClassName
{
border-color: #A07DD1;
}
</style>