Shades of Lilac Bush #A67DD0
Tints of Lilac Bush #A67DD0
RGB
CMYK
RGB Variations
Color information
#A67DD0 (or 0xA67DD0) is known color: Lilac Bush. HEX triplet: A6, 7D and D0. RGB value is (166,125,208). Sum of RGB (Red+Green+Blue) = 166+125+208=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #A67DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DD0 is #59822F. Grayscale: #929292. Windows color (decimal): -5866032 or 13663654. OLE color: 13663654.
HSL color Cylindrical-coordinate representation of color #A67DD0: hue angle of 269.64º 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 #A67DD0 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 125 | 208 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.18 |
| HSL | 269.64º | 0.47% | 0.65% | - |
| HSV(B) | 269.64º | 0.4% | 0.82% | - |
| XYZ | 34.44 | 27.33 | 63.13 | - |
| YUV | 146.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 208 | 0.20 | 0.40 | 0 | 0.18 | 269.64 | 0.47 | 0.65 |
| Hex | A6 | 7D | D0 | 14 | 28 | 0 | 12 | 10E | 2F | 41 |
| Octal | 246 | 175 | 320 | 24 | 50 | 0 | 22 | 416 | 57 | 101 |
| Binary | 10100110 | 1111101 | 11010000 | 10100 | 101000 | 0 | 10010 | 100001110 | 101111 | 1000001 |
Color Harmonies of #A67DD0
Complementary color
Monochromatic Colors of #A67DD0
Black with #A67DD0
Text Example
Text Example
White with #A67DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DD0; }
p { color: rgb(166,125,208); }
H1.HeaderClassName
{
color: #A67DD0;
}
.AnyTagClassName
{
color: #A67DD0;
}
</style>
background-color css
<style>
a { background-color: #A67DD0; }
a { background-color: rgb(166,125,208); }
div.DivClassName
{
background-color: #A67DD0;
}
.BgClassName
{
background-color: #A67DD0;
}
</style>
border-color css
<style>
span { border-color: #A67DD0; }
span { border-color: rgb(166,125,208); }
td.TdClassName
{
border-color: #A67DD0;
}
.TagClassName
{
border-color: #A67DD0;
}
</style>