Shades of Lilac Bush #A37ACD
Tints of Lilac Bush #A37ACD
RGB
CMYK
RGB Variations
Color information
#A37ACD (or 0xA37ACD) is known color: Lilac Bush. HEX triplet: A3, 7A and CD. RGB value is (163,122,205). Sum of RGB (Red+Green+Blue) = 163+122+205=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #A37ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ACD is #5C8532. Grayscale: #8F8F8F. Windows color (decimal): -6063411 or 13466275. OLE color: 13466275.
HSL color Cylindrical-coordinate representation of color #A37ACD: hue angle of 269.64º 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 #A37ACD is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 122 | 205 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.20 |
| HSL | 269.64º | 0.45% | 0.64% | - |
| HSV(B) | 269.64º | 0.4% | 0.8% | - |
| XYZ | 33.08 | 26.11 | 61.05 | - |
| YUV | 143.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 205 | 0.20 | 0.40 | 0 | 0.20 | 269.64 | 0.45 | 0.64 |
| Hex | A3 | 7A | CD | 14 | 28 | 0 | 14 | 10E | 2D | 40 |
| Octal | 243 | 172 | 315 | 24 | 50 | 0 | 24 | 416 | 55 | 100 |
| Binary | 10100011 | 1111010 | 11001101 | 10100 | 101000 | 0 | 10100 | 100001110 | 101101 | 1000000 |
Color Harmonies of #A37ACD
Complementary color
Monochromatic Colors of #A37ACD
Black with #A37ACD
Text Example
Text Example
White with #A37ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37ACD; }
p { color: rgb(163,122,205); }
H1.HeaderClassName
{
color: #A37ACD;
}
.AnyTagClassName
{
color: #A37ACD;
}
</style>
background-color css
<style>
a { background-color: #A37ACD; }
a { background-color: rgb(163,122,205); }
div.DivClassName
{
background-color: #A37ACD;
}
.BgClassName
{
background-color: #A37ACD;
}
</style>
border-color css
<style>
span { border-color: #A37ACD; }
span { border-color: rgb(163,122,205); }
td.TdClassName
{
border-color: #A37ACD;
}
.TagClassName
{
border-color: #A37ACD;
}
</style>