Shades of Lilac Bush #A37BC6
Tints of Lilac Bush #A37BC6
RGB
CMYK
RGB Variations
Color information
#A37BC6 (or 0xA37BC6) is known color: Lilac Bush. HEX triplet: A3, 7B and C6. RGB value is (163,123,198). Sum of RGB (Red+Green+Blue) = 163+123+198=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #A37BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BC6 is #5C8439. Grayscale: #8F8F8F. Windows color (decimal): -6063162 or 13007779. OLE color: 13007779.
HSL color Cylindrical-coordinate representation of color #A37BC6: hue angle of 272º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A37BC6 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 123 | 198 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.22 |
| HSL | 272º | 0.4% | 0.63% | - |
| HSV(B) | 272º | 0.38% | 0.78% | - |
| XYZ | 32.38 | 26.03 | 56.74 | - |
| YUV | 143.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 198 | 0.18 | 0.38 | 0 | 0.22 | 272 | 0.4 | 0.63 |
| Hex | A3 | 7B | C6 | 12 | 26 | 0 | 16 | 110 | 28 | 3F |
| Octal | 243 | 173 | 306 | 22 | 46 | 0 | 26 | 420 | 50 | 77 |
| Binary | 10100011 | 1111011 | 11000110 | 10010 | 100110 | 0 | 10110 | 100010000 | 101000 | 111111 |
Color Harmonies of #A37BC6
Complementary color
Monochromatic Colors of #A37BC6
Black with #A37BC6
Text Example
Text Example
White with #A37BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BC6; }
p { color: rgb(163,123,198); }
H1.HeaderClassName
{
color: #A37BC6;
}
.AnyTagClassName
{
color: #A37BC6;
}
</style>
background-color css
<style>
a { background-color: #A37BC6; }
a { background-color: rgb(163,123,198); }
div.DivClassName
{
background-color: #A37BC6;
}
.BgClassName
{
background-color: #A37BC6;
}
</style>
border-color css
<style>
span { border-color: #A37BC6; }
span { border-color: rgb(163,123,198); }
td.TdClassName
{
border-color: #A37BC6;
}
.TagClassName
{
border-color: #A37BC6;
}
</style>