Shades of Lilac Bush #A67BCE
Tints of Lilac Bush #A67BCE
RGB
CMYK
RGB Variations
Color information
#A67BCE (or 0xA67BCE) is known color: Lilac Bush. HEX triplet: A6, 7B and CE. RGB value is (166,123,206). Sum of RGB (Red+Green+Blue) = 166+123+206=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #A67BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BCE is #598431. Grayscale: #919191. Windows color (decimal): -5866546 or 13532070. OLE color: 13532070.
HSL color Cylindrical-coordinate representation of color #A67BCE: hue angle of 271.08º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A67BCE is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 123 | 206 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.19 |
| HSL | 271.08º | 0.46% | 0.65% | - |
| HSV(B) | 271.08º | 0.4% | 0.81% | - |
| XYZ | 33.95 | 26.73 | 61.76 | - |
| YUV | 145.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 206 | 0.19 | 0.40 | 0 | 0.19 | 271.08 | 0.46 | 0.65 |
| Hex | A6 | 7B | CE | 13 | 28 | 0 | 13 | 10F | 2E | 41 |
| Octal | 246 | 173 | 316 | 23 | 50 | 0 | 23 | 417 | 56 | 101 |
| Binary | 10100110 | 1111011 | 11001110 | 10011 | 101000 | 0 | 10011 | 100001111 | 101110 | 1000001 |
Color Harmonies of #A67BCE
Complementary color
Monochromatic Colors of #A67BCE
Black with #A67BCE
Text Example
Text Example
White with #A67BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BCE; }
p { color: rgb(166,123,206); }
H1.HeaderClassName
{
color: #A67BCE;
}
.AnyTagClassName
{
color: #A67BCE;
}
</style>
background-color css
<style>
a { background-color: #A67BCE; }
a { background-color: rgb(166,123,206); }
div.DivClassName
{
background-color: #A67BCE;
}
.BgClassName
{
background-color: #A67BCE;
}
</style>
border-color css
<style>
span { border-color: #A67BCE; }
span { border-color: rgb(166,123,206); }
td.TdClassName
{
border-color: #A67BCE;
}
.TagClassName
{
border-color: #A67BCE;
}
</style>