Shades of Lilac Bush #A376C8
Tints of Lilac Bush #A376C8
RGB
CMYK
RGB Variations
Color information
#A376C8 (or 0xA376C8) is known color: Lilac Bush. HEX triplet: A3, 76 and C8. RGB value is (163,118,200). Sum of RGB (Red+Green+Blue) = 163+118+200=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #A376C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376C8 is #5C8937. Grayscale: #8C8C8C. Windows color (decimal): -6064440 or 13137571. OLE color: 13137571.
HSL color Cylindrical-coordinate representation of color #A376C8: hue angle of 272.93º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A376C8 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 118 | 200 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.22 |
| HSL | 272.93º | 0.43% | 0.62% | - |
| HSV(B) | 272.93º | 0.41% | 0.78% | - |
| XYZ | 32.01 | 24.91 | 57.77 | - |
| YUV | 140.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 200 | 0.18 | 0.41 | 0 | 0.22 | 272.93 | 0.43 | 0.62 |
| Hex | A3 | 76 | C8 | 12 | 29 | 0 | 16 | 111 | 2B | 3E |
| Octal | 243 | 166 | 310 | 22 | 51 | 0 | 26 | 421 | 53 | 76 |
| Binary | 10100011 | 1110110 | 11001000 | 10010 | 101001 | 0 | 10110 | 100010001 | 101011 | 111110 |
Color Harmonies of #A376C8
Complementary color
Monochromatic Colors of #A376C8
Black with #A376C8
Text Example
Text Example
White with #A376C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376C8; }
p { color: rgb(163,118,200); }
H1.HeaderClassName
{
color: #A376C8;
}
.AnyTagClassName
{
color: #A376C8;
}
</style>
background-color css
<style>
a { background-color: #A376C8; }
a { background-color: rgb(163,118,200); }
div.DivClassName
{
background-color: #A376C8;
}
.BgClassName
{
background-color: #A376C8;
}
</style>
border-color css
<style>
span { border-color: #A376C8; }
span { border-color: rgb(163,118,200); }
td.TdClassName
{
border-color: #A376C8;
}
.TagClassName
{
border-color: #A376C8;
}
</style>