Shades of Lilac Bush #A07DCC
Tints of Lilac Bush #A07DCC
RGB
CMYK
RGB Variations
Color information
#A07DCC (or 0xA07DCC) is known color: Lilac Bush. HEX triplet: A0, 7D and CC. RGB value is (160,125,204). Sum of RGB (Red+Green+Blue) = 160+125+204=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #A07DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DCC is #5F8233. Grayscale: #909090. Windows color (decimal): -6259252 or 13401504. OLE color: 13401504.
HSL color Cylindrical-coordinate representation of color #A07DCC: hue angle of 266.58º 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 #A07DCC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 125 | 204 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.2 |
| HSL | 266.58º | 0.44% | 0.65% | - |
| HSV(B) | 266.58º | 0.39% | 0.8% | - |
| XYZ | 32.73 | 26.5 | 60.52 | - |
| YUV | 144.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 204 | 0.22 | 0.39 | 0 | 0.2 | 266.58 | 0.44 | 0.65 |
| Hex | A0 | 7D | CC | 16 | 27 | 0 | 14 | 10B | 2C | 41 |
| Octal | 240 | 175 | 314 | 26 | 47 | 0 | 24 | 413 | 54 | 101 |
| Binary | 10100000 | 1111101 | 11001100 | 10110 | 100111 | 0 | 10100 | 100001011 | 101100 | 1000001 |
Color Harmonies of #A07DCC
Complementary color
Monochromatic Colors of #A07DCC
Black with #A07DCC
Text Example
Text Example
White with #A07DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DCC; }
p { color: rgb(160,125,204); }
H1.HeaderClassName
{
color: #A07DCC;
}
.AnyTagClassName
{
color: #A07DCC;
}
</style>
background-color css
<style>
a { background-color: #A07DCC; }
a { background-color: rgb(160,125,204); }
div.DivClassName
{
background-color: #A07DCC;
}
.BgClassName
{
background-color: #A07DCC;
}
</style>
border-color css
<style>
span { border-color: #A07DCC; }
span { border-color: rgb(160,125,204); }
td.TdClassName
{
border-color: #A07DCC;
}
.TagClassName
{
border-color: #A07DCC;
}
</style>