Shades of Lilac Bush #A37AC9
Tints of Lilac Bush #A37AC9
RGB
CMYK
RGB Variations
Color information
#A37AC9 (or 0xA37AC9) is known color: Lilac Bush. HEX triplet: A3, 7A and C9. RGB value is (163,122,201). Sum of RGB (Red+Green+Blue) = 163+122+201=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #A37AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37AC9 is #5C8536. Grayscale: #8E8E8E. Windows color (decimal): -6063415 or 13204131. OLE color: 13204131.
HSL color Cylindrical-coordinate representation of color #A37AC9: hue angle of 271.14º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37AC9 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 122 | 201 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.21 |
| HSL | 271.14º | 0.42% | 0.63% | - |
| HSV(B) | 271.14º | 0.39% | 0.79% | - |
| XYZ | 32.61 | 25.92 | 58.54 | - |
| YUV | 143.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 201 | 0.19 | 0.39 | 0 | 0.21 | 271.14 | 0.42 | 0.63 |
| Hex | A3 | 7A | C9 | 13 | 27 | 0 | 15 | 10F | 2A | 3F |
| Octal | 243 | 172 | 311 | 23 | 47 | 0 | 25 | 417 | 52 | 77 |
| Binary | 10100011 | 1111010 | 11001001 | 10011 | 100111 | 0 | 10101 | 100001111 | 101010 | 111111 |
Color Harmonies of #A37AC9
Complementary color
Monochromatic Colors of #A37AC9
Black with #A37AC9
Text Example
Text Example
White with #A37AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AC9; }
p { color: rgb(163,122,201); }
H1.HeaderClassName
{
color: #A37AC9;
}
.AnyTagClassName
{
color: #A37AC9;
}
</style>
background-color css
<style>
a { background-color: #A37AC9; }
a { background-color: rgb(163,122,201); }
div.DivClassName
{
background-color: #A37AC9;
}
.BgClassName
{
background-color: #A37AC9;
}
</style>
border-color css
<style>
span { border-color: #A37AC9; }
span { border-color: rgb(163,122,201); }
td.TdClassName
{
border-color: #A37AC9;
}
.TagClassName
{
border-color: #A37AC9;
}
</style>