Shades of Lilac Bush #A07DCE
Tints of Lilac Bush #A07DCE
RGB
CMYK
RGB Variations
Color information
#A07DCE (or 0xA07DCE) is known color: Lilac Bush. HEX triplet: A0, 7D and CE. RGB value is (160,125,206). Sum of RGB (Red+Green+Blue) = 160+125+206=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #A07DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DCE is #5F8231. Grayscale: #909090. Windows color (decimal): -6259250 or 13532576. OLE color: 13532576.
HSL color Cylindrical-coordinate representation of color #A07DCE: hue angle of 265.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07DCE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 125 | 206 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.19 |
| HSL | 265.93º | 0.45% | 0.65% | - |
| HSV(B) | 265.93º | 0.39% | 0.81% | - |
| XYZ | 32.97 | 26.6 | 61.79 | - |
| YUV | 144.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 206 | 0.22 | 0.39 | 0 | 0.19 | 265.93 | 0.45 | 0.65 |
| Hex | A0 | 7D | CE | 16 | 27 | 0 | 13 | 10A | 2D | 41 |
| Octal | 240 | 175 | 316 | 26 | 47 | 0 | 23 | 412 | 55 | 101 |
| Binary | 10100000 | 1111101 | 11001110 | 10110 | 100111 | 0 | 10011 | 100001010 | 101101 | 1000001 |
Color Harmonies of #A07DCE
Complementary color
Monochromatic Colors of #A07DCE
Black with #A07DCE
Text Example
Text Example
White with #A07DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DCE; }
p { color: rgb(160,125,206); }
H1.HeaderClassName
{
color: #A07DCE;
}
.AnyTagClassName
{
color: #A07DCE;
}
</style>
background-color css
<style>
a { background-color: #A07DCE; }
a { background-color: rgb(160,125,206); }
div.DivClassName
{
background-color: #A07DCE;
}
.BgClassName
{
background-color: #A07DCE;
}
</style>
border-color css
<style>
span { border-color: #A07DCE; }
span { border-color: rgb(160,125,206); }
td.TdClassName
{
border-color: #A07DCE;
}
.TagClassName
{
border-color: #A07DCE;
}
</style>