Shades of Lilac Bush #A078CD
Tints of Lilac Bush #A078CD
RGB
CMYK
RGB Variations
Color information
#A078CD (or 0xA078CD) is known color: Lilac Bush. HEX triplet: A0, 78 and CD. RGB value is (160,120,205). Sum of RGB (Red+Green+Blue) = 160+120+205=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #A078CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078CD is #5F8732. Grayscale: #8D8D8D. Windows color (decimal): -6260531 or 13465760. OLE color: 13465760.
HSL color Cylindrical-coordinate representation of color #A078CD: hue angle of 268.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A078CD is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 120 | 205 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.20 |
| HSL | 268.24º | 0.46% | 0.64% | - |
| HSV(B) | 268.24º | 0.41% | 0.8% | - |
| XYZ | 32.23 | 25.31 | 60.94 | - |
| YUV | 141.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 205 | 0.22 | 0.41 | 0 | 0.20 | 268.24 | 0.46 | 0.64 |
| Hex | A0 | 78 | CD | 16 | 29 | 0 | 14 | 10C | 2E | 40 |
| Octal | 240 | 170 | 315 | 26 | 51 | 0 | 24 | 414 | 56 | 100 |
| Binary | 10100000 | 1111000 | 11001101 | 10110 | 101001 | 0 | 10100 | 100001100 | 101110 | 1000000 |
Color Harmonies of #A078CD
Complementary color
Monochromatic Colors of #A078CD
Black with #A078CD
Text Example
Text Example
White with #A078CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078CD; }
p { color: rgb(160,120,205); }
H1.HeaderClassName
{
color: #A078CD;
}
.AnyTagClassName
{
color: #A078CD;
}
</style>
background-color css
<style>
a { background-color: #A078CD; }
a { background-color: rgb(160,120,205); }
div.DivClassName
{
background-color: #A078CD;
}
.BgClassName
{
background-color: #A078CD;
}
</style>
border-color css
<style>
span { border-color: #A078CD; }
span { border-color: rgb(160,120,205); }
td.TdClassName
{
border-color: #A078CD;
}
.TagClassName
{
border-color: #A078CD;
}
</style>