Shades of Lilac Bush #A67ACC
Tints of Lilac Bush #A67ACC
RGB
CMYK
RGB Variations
Color information
#A67ACC (or 0xA67ACC) is known color: Lilac Bush. HEX triplet: A6, 7A and CC. RGB value is (166,122,204). Sum of RGB (Red+Green+Blue) = 166+122+204=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #A67ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ACC is #598533. Grayscale: #909090. Windows color (decimal): -5866804 or 13400742. OLE color: 13400742.
HSL color Cylindrical-coordinate representation of color #A67ACC: hue angle of 272.2º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A67ACC is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 122 | 204 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.2 |
| HSL | 272.2º | 0.45% | 0.64% | - |
| HSV(B) | 272.2º | 0.4% | 0.8% | - |
| XYZ | 33.58 | 26.39 | 60.45 | - |
| YUV | 144.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 204 | 0.19 | 0.40 | 0 | 0.2 | 272.2 | 0.45 | 0.64 |
| Hex | A6 | 7A | CC | 13 | 28 | 0 | 14 | 110 | 2D | 40 |
| Octal | 246 | 172 | 314 | 23 | 50 | 0 | 24 | 420 | 55 | 100 |
| Binary | 10100110 | 1111010 | 11001100 | 10011 | 101000 | 0 | 10100 | 100010000 | 101101 | 1000000 |
Color Harmonies of #A67ACC
Complementary color
Monochromatic Colors of #A67ACC
Black with #A67ACC
Text Example
Text Example
White with #A67ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67ACC; }
p { color: rgb(166,122,204); }
H1.HeaderClassName
{
color: #A67ACC;
}
.AnyTagClassName
{
color: #A67ACC;
}
</style>
background-color css
<style>
a { background-color: #A67ACC; }
a { background-color: rgb(166,122,204); }
div.DivClassName
{
background-color: #A67ACC;
}
.BgClassName
{
background-color: #A67ACC;
}
</style>
border-color css
<style>
span { border-color: #A67ACC; }
span { border-color: rgb(166,122,204); }
td.TdClassName
{
border-color: #A67ACC;
}
.TagClassName
{
border-color: #A67ACC;
}
</style>