Shades of Lilac Bush #A378CB
Tints of Lilac Bush #A378CB
RGB
CMYK
RGB Variations
Color information
#A378CB (or 0xA378CB) is known color: Lilac Bush. HEX triplet: A3, 78 and CB. RGB value is (163,120,203). Sum of RGB (Red+Green+Blue) = 163+120+203=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #A378CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378CB is #5C8734. Grayscale: #8E8E8E. Windows color (decimal): -6063925 or 13334691. OLE color: 13334691.
HSL color Cylindrical-coordinate representation of color #A378CB: hue angle of 271.08º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A378CB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 120 | 203 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.20 |
| HSL | 271.08º | 0.44% | 0.63% | - |
| HSV(B) | 271.08º | 0.41% | 0.8% | - |
| XYZ | 32.6 | 25.53 | 59.71 | - |
| YUV | 142.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 203 | 0.20 | 0.41 | 0 | 0.20 | 271.08 | 0.44 | 0.63 |
| Hex | A3 | 78 | CB | 14 | 29 | 0 | 14 | 10F | 2C | 3F |
| Octal | 243 | 170 | 313 | 24 | 51 | 0 | 24 | 417 | 54 | 77 |
| Binary | 10100011 | 1111000 | 11001011 | 10100 | 101001 | 0 | 10100 | 100001111 | 101100 | 111111 |
Color Harmonies of #A378CB
Complementary color
Monochromatic Colors of #A378CB
Black with #A378CB
Text Example
Text Example
White with #A378CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A378CB; }
p { color: rgb(163,120,203); }
H1.HeaderClassName
{
color: #A378CB;
}
.AnyTagClassName
{
color: #A378CB;
}
</style>
background-color css
<style>
a { background-color: #A378CB; }
a { background-color: rgb(163,120,203); }
div.DivClassName
{
background-color: #A378CB;
}
.BgClassName
{
background-color: #A378CB;
}
</style>
border-color css
<style>
span { border-color: #A378CB; }
span { border-color: rgb(163,120,203); }
td.TdClassName
{
border-color: #A378CB;
}
.TagClassName
{
border-color: #A378CB;
}
</style>