Shades of Lilac Bush #A37CCE
Tints of Lilac Bush #A37CCE
RGB
CMYK
RGB Variations
Color information
#A37CCE (or 0xA37CCE) is known color: Lilac Bush. HEX triplet: A3, 7C and CE. RGB value is (163,124,206). Sum of RGB (Red+Green+Blue) = 163+124+206=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #A37CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CCE is #5C8331. Grayscale: #909090. Windows color (decimal): -6062898 or 13532323. OLE color: 13532323.
HSL color Cylindrical-coordinate representation of color #A37CCE: hue angle of 268.54º 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 #A37CCE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 124 | 206 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.19 |
| HSL | 268.54º | 0.46% | 0.65% | - |
| HSV(B) | 268.54º | 0.4% | 0.81% | - |
| XYZ | 33.45 | 26.66 | 61.77 | - |
| YUV | 145.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 206 | 0.21 | 0.40 | 0 | 0.19 | 268.54 | 0.46 | 0.65 |
| Hex | A3 | 7C | CE | 15 | 28 | 0 | 13 | 10D | 2E | 41 |
| Octal | 243 | 174 | 316 | 25 | 50 | 0 | 23 | 415 | 56 | 101 |
| Binary | 10100011 | 1111100 | 11001110 | 10101 | 101000 | 0 | 10011 | 100001101 | 101110 | 1000001 |
Color Harmonies of #A37CCE
Complementary color
Monochromatic Colors of #A37CCE
Black with #A37CCE
Text Example
Text Example
White with #A37CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CCE; }
p { color: rgb(163,124,206); }
H1.HeaderClassName
{
color: #A37CCE;
}
.AnyTagClassName
{
color: #A37CCE;
}
</style>
background-color css
<style>
a { background-color: #A37CCE; }
a { background-color: rgb(163,124,206); }
div.DivClassName
{
background-color: #A37CCE;
}
.BgClassName
{
background-color: #A37CCE;
}
</style>
border-color css
<style>
span { border-color: #A37CCE; }
span { border-color: rgb(163,124,206); }
td.TdClassName
{
border-color: #A37CCE;
}
.TagClassName
{
border-color: #A37CCE;
}
</style>