Shades of Lilac Bush #A073C7
Tints of Lilac Bush #A073C7
RGB
CMYK
RGB Variations
Color information
#A073C7 (or 0xA073C7) is known color: Lilac Bush. HEX triplet: A0, 73 and C7. RGB value is (160,115,199). Sum of RGB (Red+Green+Blue) = 160+115+199=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #A073C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073C7 is #5F8C38. Grayscale: #898989. Windows color (decimal): -6261817 or 13071264. OLE color: 13071264.
HSL color Cylindrical-coordinate representation of color #A073C7: hue angle of 272.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A073C7 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 115 | 199 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.22 |
| HSL | 272.14º | 0.43% | 0.62% | - |
| HSV(B) | 272.14º | 0.42% | 0.78% | - |
| XYZ | 30.94 | 23.86 | 57.01 | - |
| YUV | 138.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 199 | 0.20 | 0.42 | 0 | 0.22 | 272.14 | 0.43 | 0.62 |
| Hex | A0 | 73 | C7 | 14 | 2A | 0 | 16 | 110 | 2B | 3E |
| Octal | 240 | 163 | 307 | 24 | 52 | 0 | 26 | 420 | 53 | 76 |
| Binary | 10100000 | 1110011 | 11000111 | 10100 | 101010 | 0 | 10110 | 100010000 | 101011 | 111110 |
Color Harmonies of #A073C7
Complementary color
Monochromatic Colors of #A073C7
Black with #A073C7
Text Example
Text Example
White with #A073C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073C7; }
p { color: rgb(160,115,199); }
H1.HeaderClassName
{
color: #A073C7;
}
.AnyTagClassName
{
color: #A073C7;
}
</style>
background-color css
<style>
a { background-color: #A073C7; }
a { background-color: rgb(160,115,199); }
div.DivClassName
{
background-color: #A073C7;
}
.BgClassName
{
background-color: #A073C7;
}
</style>
border-color css
<style>
span { border-color: #A073C7; }
span { border-color: rgb(160,115,199); }
td.TdClassName
{
border-color: #A073C7;
}
.TagClassName
{
border-color: #A073C7;
}
</style>