Shades of Lilac Bush #A377C9
Tints of Lilac Bush #A377C9
RGB
CMYK
RGB Variations
Color information
#A377C9 (or 0xA377C9) is known color: Lilac Bush. HEX triplet: A3, 77 and C9. RGB value is (163,119,201). Sum of RGB (Red+Green+Blue) = 163+119+201=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #A377C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377C9 is #5C8836. Grayscale: #8D8D8D. Windows color (decimal): -6064183 or 13203363. OLE color: 13203363.
HSL color Cylindrical-coordinate representation of color #A377C9: hue angle of 272.2º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A377C9 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 119 | 201 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.21 |
| HSL | 272.2º | 0.43% | 0.63% | - |
| HSV(B) | 272.2º | 0.41% | 0.79% | - |
| XYZ | 32.24 | 25.2 | 58.42 | - |
| YUV | 141.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 201 | 0.19 | 0.41 | 0 | 0.21 | 272.2 | 0.43 | 0.63 |
| Hex | A3 | 77 | C9 | 13 | 29 | 0 | 15 | 110 | 2B | 3F |
| Octal | 243 | 167 | 311 | 23 | 51 | 0 | 25 | 420 | 53 | 77 |
| Binary | 10100011 | 1110111 | 11001001 | 10011 | 101001 | 0 | 10101 | 100010000 | 101011 | 111111 |
Color Harmonies of #A377C9
Complementary color
Monochromatic Colors of #A377C9
Black with #A377C9
Text Example
Text Example
White with #A377C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377C9; }
p { color: rgb(163,119,201); }
H1.HeaderClassName
{
color: #A377C9;
}
.AnyTagClassName
{
color: #A377C9;
}
</style>
background-color css
<style>
a { background-color: #A377C9; }
a { background-color: rgb(163,119,201); }
div.DivClassName
{
background-color: #A377C9;
}
.BgClassName
{
background-color: #A377C9;
}
</style>
border-color css
<style>
span { border-color: #A377C9; }
span { border-color: rgb(163,119,201); }
td.TdClassName
{
border-color: #A377C9;
}
.TagClassName
{
border-color: #A377C9;
}
</style>