Shades of Lilac Bush #A078CB
Tints of Lilac Bush #A078CB
RGB
CMYK
RGB Variations
Color information
#A078CB (or 0xA078CB) is known color: Lilac Bush. HEX triplet: A0, 78 and CB. RGB value is (160,120,203). Sum of RGB (Red+Green+Blue) = 160+120+203=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #A078CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078CB is #5F8734. Grayscale: #8D8D8D. Windows color (decimal): -6260533 or 13334688. OLE color: 13334688.
HSL color Cylindrical-coordinate representation of color #A078CB: hue angle of 268.92º 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 #A078CB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 120 | 203 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.20 |
| HSL | 268.92º | 0.44% | 0.63% | - |
| HSV(B) | 268.92º | 0.41% | 0.8% | - |
| XYZ | 31.99 | 25.22 | 59.68 | - |
| YUV | 141.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 203 | 0.21 | 0.41 | 0 | 0.20 | 268.92 | 0.44 | 0.63 |
| Hex | A0 | 78 | CB | 15 | 29 | 0 | 14 | 10D | 2C | 3F |
| Octal | 240 | 170 | 313 | 25 | 51 | 0 | 24 | 415 | 54 | 77 |
| Binary | 10100000 | 1111000 | 11001011 | 10101 | 101001 | 0 | 10100 | 100001101 | 101100 | 111111 |
Color Harmonies of #A078CB
Complementary color
Monochromatic Colors of #A078CB
Black with #A078CB
Text Example
Text Example
White with #A078CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078CB; }
p { color: rgb(160,120,203); }
H1.HeaderClassName
{
color: #A078CB;
}
.AnyTagClassName
{
color: #A078CB;
}
</style>
background-color css
<style>
a { background-color: #A078CB; }
a { background-color: rgb(160,120,203); }
div.DivClassName
{
background-color: #A078CB;
}
.BgClassName
{
background-color: #A078CB;
}
</style>
border-color css
<style>
span { border-color: #A078CB; }
span { border-color: rgb(160,120,203); }
td.TdClassName
{
border-color: #A078CB;
}
.TagClassName
{
border-color: #A078CB;
}
</style>