Shades of Lilac Bush #A077CC
Tints of Lilac Bush #A077CC
RGB
CMYK
RGB Variations
Color information
#A077CC (or 0xA077CC) is known color: Lilac Bush. HEX triplet: A0, 77 and CC. RGB value is (160,119,204). Sum of RGB (Red+Green+Blue) = 160+119+204=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #A077CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077CC is #5F8833. Grayscale: #8C8C8C. Windows color (decimal): -6260788 or 13399968. OLE color: 13399968.
HSL color Cylindrical-coordinate representation of color #A077CC: hue angle of 268.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A077CC is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 119 | 204 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.2 |
| HSL | 268.94º | 0.45% | 0.63% | - |
| HSV(B) | 268.94º | 0.42% | 0.8% | - |
| XYZ | 31.99 | 25.03 | 60.27 | - |
| YUV | 140.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 204 | 0.22 | 0.42 | 0 | 0.2 | 268.94 | 0.45 | 0.63 |
| Hex | A0 | 77 | CC | 16 | 2A | 0 | 14 | 10D | 2D | 3F |
| Octal | 240 | 167 | 314 | 26 | 52 | 0 | 24 | 415 | 55 | 77 |
| Binary | 10100000 | 1110111 | 11001100 | 10110 | 101010 | 0 | 10100 | 100001101 | 101101 | 111111 |
Color Harmonies of #A077CC
Complementary color
Monochromatic Colors of #A077CC
Black with #A077CC
Text Example
Text Example
White with #A077CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077CC; }
p { color: rgb(160,119,204); }
H1.HeaderClassName
{
color: #A077CC;
}
.AnyTagClassName
{
color: #A077CC;
}
</style>
background-color css
<style>
a { background-color: #A077CC; }
a { background-color: rgb(160,119,204); }
div.DivClassName
{
background-color: #A077CC;
}
.BgClassName
{
background-color: #A077CC;
}
</style>
border-color css
<style>
span { border-color: #A077CC; }
span { border-color: rgb(160,119,204); }
td.TdClassName
{
border-color: #A077CC;
}
.TagClassName
{
border-color: #A077CC;
}
</style>