Shades of Lilac Bush #A07DCD
Tints of Lilac Bush #A07DCD
RGB
CMYK
RGB Variations
Color information
#A07DCD (or 0xA07DCD) is known color: Lilac Bush. HEX triplet: A0, 7D and CD. RGB value is (160,125,205). Sum of RGB (Red+Green+Blue) = 160+125+205=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #A07DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DCD is #5F8232. Grayscale: #909090. Windows color (decimal): -6259251 or 13467040. OLE color: 13467040.
HSL color Cylindrical-coordinate representation of color #A07DCD: hue angle of 266.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07DCD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 125 | 205 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.20 |
| HSL | 266.25º | 0.44% | 0.65% | - |
| HSV(B) | 266.25º | 0.39% | 0.8% | - |
| XYZ | 32.85 | 26.55 | 61.15 | - |
| YUV | 144.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 205 | 0.22 | 0.39 | 0 | 0.20 | 266.25 | 0.44 | 0.65 |
| Hex | A0 | 7D | CD | 16 | 27 | 0 | 14 | 10A | 2C | 41 |
| Octal | 240 | 175 | 315 | 26 | 47 | 0 | 24 | 412 | 54 | 101 |
| Binary | 10100000 | 1111101 | 11001101 | 10110 | 100111 | 0 | 10100 | 100001010 | 101100 | 1000001 |
Color Harmonies of #A07DCD
Complementary color
Monochromatic Colors of #A07DCD
Black with #A07DCD
Text Example
Text Example
White with #A07DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DCD; }
p { color: rgb(160,125,205); }
H1.HeaderClassName
{
color: #A07DCD;
}
.AnyTagClassName
{
color: #A07DCD;
}
</style>
background-color css
<style>
a { background-color: #A07DCD; }
a { background-color: rgb(160,125,205); }
div.DivClassName
{
background-color: #A07DCD;
}
.BgClassName
{
background-color: #A07DCD;
}
</style>
border-color css
<style>
span { border-color: #A07DCD; }
span { border-color: rgb(160,125,205); }
td.TdClassName
{
border-color: #A07DCD;
}
.TagClassName
{
border-color: #A07DCD;
}
</style>