Shades of Lilac Bush #A478C7
Tints of Lilac Bush #A478C7
RGB
CMYK
RGB Variations
Color information
#A478C7 (or 0xA478C7) is known color: Lilac Bush. HEX triplet: A4, 78 and C7. RGB value is (164,120,199). Sum of RGB (Red+Green+Blue) = 164+120+199=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #A478C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478C7 is #5B8738. Grayscale: #8D8D8D. Windows color (decimal): -5998393 or 13072548. OLE color: 13072548.
HSL color Cylindrical-coordinate representation of color #A478C7: hue angle of 273.42º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A478C7 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 120 | 199 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.22 |
| HSL | 273.42º | 0.41% | 0.63% | - |
| HSV(B) | 273.42º | 0.4% | 0.78% | - |
| XYZ | 32.34 | 25.45 | 57.24 | - |
| YUV | 142.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 199 | 0.18 | 0.40 | 0 | 0.22 | 273.42 | 0.41 | 0.63 |
| Hex | A4 | 78 | C7 | 12 | 28 | 0 | 16 | 111 | 29 | 3F |
| Octal | 244 | 170 | 307 | 22 | 50 | 0 | 26 | 421 | 51 | 77 |
| Binary | 10100100 | 1111000 | 11000111 | 10010 | 101000 | 0 | 10110 | 100010001 | 101001 | 111111 |
Color Harmonies of #A478C7
Complementary color
Monochromatic Colors of #A478C7
Black with #A478C7
Text Example
Text Example
White with #A478C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478C7; }
p { color: rgb(164,120,199); }
H1.HeaderClassName
{
color: #A478C7;
}
.AnyTagClassName
{
color: #A478C7;
}
</style>
background-color css
<style>
a { background-color: #A478C7; }
a { background-color: rgb(164,120,199); }
div.DivClassName
{
background-color: #A478C7;
}
.BgClassName
{
background-color: #A478C7;
}
</style>
border-color css
<style>
span { border-color: #A478C7; }
span { border-color: rgb(164,120,199); }
td.TdClassName
{
border-color: #A478C7;
}
.TagClassName
{
border-color: #A478C7;
}
</style>