Shades of Lilac Bush #A278CE
Tints of Lilac Bush #A278CE
RGB
CMYK
RGB Variations
Color information
#A278CE (or 0xA278CE) is known color: Lilac Bush. HEX triplet: A2, 78 and CE. RGB value is (162,120,206). Sum of RGB (Red+Green+Blue) = 162+120+206=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #A278CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278CE is #5D8731. Grayscale: #8E8E8E. Windows color (decimal): -6129458 or 13531298. OLE color: 13531298.
HSL color Cylindrical-coordinate representation of color #A278CE: hue angle of 269.3º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A278CE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 120 | 206 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.19 |
| HSL | 269.3º | 0.47% | 0.64% | - |
| HSV(B) | 269.3º | 0.42% | 0.81% | - |
| XYZ | 32.76 | 25.57 | 61.6 | - |
| YUV | 142.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 206 | 0.21 | 0.42 | 0 | 0.19 | 269.3 | 0.47 | 0.64 |
| Hex | A2 | 78 | CE | 15 | 2A | 0 | 13 | 10D | 2F | 40 |
| Octal | 242 | 170 | 316 | 25 | 52 | 0 | 23 | 415 | 57 | 100 |
| Binary | 10100010 | 1111000 | 11001110 | 10101 | 101010 | 0 | 10011 | 100001101 | 101111 | 1000000 |
Color Harmonies of #A278CE
Complementary color
Monochromatic Colors of #A278CE
Black with #A278CE
Text Example
Text Example
White with #A278CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278CE; }
p { color: rgb(162,120,206); }
H1.HeaderClassName
{
color: #A278CE;
}
.AnyTagClassName
{
color: #A278CE;
}
</style>
background-color css
<style>
a { background-color: #A278CE; }
a { background-color: rgb(162,120,206); }
div.DivClassName
{
background-color: #A278CE;
}
.BgClassName
{
background-color: #A278CE;
}
</style>
border-color css
<style>
span { border-color: #A278CE; }
span { border-color: rgb(162,120,206); }
td.TdClassName
{
border-color: #A278CE;
}
.TagClassName
{
border-color: #A278CE;
}
</style>