Shades of Lilac Bush #A67CCC
Tints of Lilac Bush #A67CCC
RGB
CMYK
RGB Variations
Color information
#A67CCC (or 0xA67CCC) is known color: Lilac Bush. HEX triplet: A6, 7C and CC. RGB value is (166,124,204). Sum of RGB (Red+Green+Blue) = 166+124+204=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #A67CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67CCC is #598333. Grayscale: #919191. Windows color (decimal): -5866292 or 13401254. OLE color: 13401254.
HSL color Cylindrical-coordinate representation of color #A67CCC: hue angle of 271.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67CCC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 124 | 204 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.2 |
| HSL | 271.5º | 0.44% | 0.64% | - |
| HSV(B) | 271.5º | 0.39% | 0.8% | - |
| XYZ | 33.83 | 26.88 | 60.53 | - |
| YUV | 145.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 204 | 0.19 | 0.39 | 0 | 0.2 | 271.5 | 0.44 | 0.64 |
| Hex | A6 | 7C | CC | 13 | 27 | 0 | 14 | 110 | 2C | 40 |
| Octal | 246 | 174 | 314 | 23 | 47 | 0 | 24 | 420 | 54 | 100 |
| Binary | 10100110 | 1111100 | 11001100 | 10011 | 100111 | 0 | 10100 | 100010000 | 101100 | 1000000 |
Color Harmonies of #A67CCC
Complementary color
Monochromatic Colors of #A67CCC
Black with #A67CCC
Text Example
Text Example
White with #A67CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67CCC; }
p { color: rgb(166,124,204); }
H1.HeaderClassName
{
color: #A67CCC;
}
.AnyTagClassName
{
color: #A67CCC;
}
</style>
background-color css
<style>
a { background-color: #A67CCC; }
a { background-color: rgb(166,124,204); }
div.DivClassName
{
background-color: #A67CCC;
}
.BgClassName
{
background-color: #A67CCC;
}
</style>
border-color css
<style>
span { border-color: #A67CCC; }
span { border-color: rgb(166,124,204); }
td.TdClassName
{
border-color: #A67CCC;
}
.TagClassName
{
border-color: #A67CCC;
}
</style>