Shades of Lilac Bush #A077C8
Tints of Lilac Bush #A077C8
RGB
CMYK
RGB Variations
Color information
#A077C8 (or 0xA077C8) is known color: Lilac Bush. HEX triplet: A0, 77 and C8. RGB value is (160,119,200). Sum of RGB (Red+Green+Blue) = 160+119+200=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #A077C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077C8 is #5F8837. Grayscale: #8C8C8C. Windows color (decimal): -6260792 or 13137824. OLE color: 13137824.
HSL color Cylindrical-coordinate representation of color #A077C8: hue angle of 270.37º degrees, saturation: 0.42, 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 #A077C8 is Cyan = 0.2, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 119 | 200 | - |
| CMYK | 0.2 | 0.40 | 0 | 0.22 |
| HSL | 270.37º | 0.42% | 0.63% | - |
| HSV(B) | 270.37º | 0.41% | 0.78% | - |
| XYZ | 31.52 | 24.84 | 57.78 | - |
| YUV | 140.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 200 | 0.2 | 0.40 | 0 | 0.22 | 270.37 | 0.42 | 0.63 |
| Hex | A0 | 77 | C8 | 14 | 28 | 0 | 16 | 10E | 2A | 3F |
| Octal | 240 | 167 | 310 | 24 | 50 | 0 | 26 | 416 | 52 | 77 |
| Binary | 10100000 | 1110111 | 11001000 | 10100 | 101000 | 0 | 10110 | 100001110 | 101010 | 111111 |
Color Harmonies of #A077C8
Complementary color
Monochromatic Colors of #A077C8
Black with #A077C8
Text Example
Text Example
White with #A077C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077C8; }
p { color: rgb(160,119,200); }
H1.HeaderClassName
{
color: #A077C8;
}
.AnyTagClassName
{
color: #A077C8;
}
</style>
background-color css
<style>
a { background-color: #A077C8; }
a { background-color: rgb(160,119,200); }
div.DivClassName
{
background-color: #A077C8;
}
.BgClassName
{
background-color: #A077C8;
}
</style>
border-color css
<style>
span { border-color: #A077C8; }
span { border-color: rgb(160,119,200); }
td.TdClassName
{
border-color: #A077C8;
}
.TagClassName
{
border-color: #A077C8;
}
</style>