Shades of Lilac Bush #A37CCA
Tints of Lilac Bush #A37CCA
RGB
CMYK
RGB Variations
Color information
#A37CCA (or 0xA37CCA) is known color: Lilac Bush. HEX triplet: A3, 7C and CA. RGB value is (163,124,202). Sum of RGB (Red+Green+Blue) = 163+124+202=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #A37CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CCA is #5C8335. Grayscale: #909090. Windows color (decimal): -6062902 or 13270179. OLE color: 13270179.
HSL color Cylindrical-coordinate representation of color #A37CCA: hue angle of 270º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37CCA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 124 | 202 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.21 |
| HSL | 270º | 0.42% | 0.64% | - |
| HSV(B) | 270º | 0.39% | 0.79% | - |
| XYZ | 32.97 | 26.47 | 59.25 | - |
| YUV | 144.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 202 | 0.19 | 0.39 | 0 | 0.21 | 270 | 0.42 | 0.64 |
| Hex | A3 | 7C | CA | 13 | 27 | 0 | 15 | 10E | 2A | 40 |
| Octal | 243 | 174 | 312 | 23 | 47 | 0 | 25 | 416 | 52 | 100 |
| Binary | 10100011 | 1111100 | 11001010 | 10011 | 100111 | 0 | 10101 | 100001110 | 101010 | 1000000 |
Color Harmonies of #A37CCA
Complementary color
Monochromatic Colors of #A37CCA
Black with #A37CCA
Text Example
Text Example
White with #A37CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CCA; }
p { color: rgb(163,124,202); }
H1.HeaderClassName
{
color: #A37CCA;
}
.AnyTagClassName
{
color: #A37CCA;
}
</style>
background-color css
<style>
a { background-color: #A37CCA; }
a { background-color: rgb(163,124,202); }
div.DivClassName
{
background-color: #A37CCA;
}
.BgClassName
{
background-color: #A37CCA;
}
</style>
border-color css
<style>
span { border-color: #A37CCA; }
span { border-color: rgb(163,124,202); }
td.TdClassName
{
border-color: #A37CCA;
}
.TagClassName
{
border-color: #A37CCA;
}
</style>