Shades of Lilac Bush #A074C7
Tints of Lilac Bush #A074C7
RGB
CMYK
RGB Variations
Color information
#A074C7 (or 0xA074C7) is known color: Lilac Bush. HEX triplet: A0, 74 and C7. RGB value is (160,116,199). Sum of RGB (Red+Green+Blue) = 160+116+199=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 199 - color contains mainly: blue. Hex color #A074C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074C7 is #5F8B38. Grayscale: #8A8A8A. Windows color (decimal): -6261561 or 13071520. OLE color: 13071520.
HSL color Cylindrical-coordinate representation of color #A074C7: hue angle of 271.81º 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 #A074C7 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 116 | 199 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.22 |
| HSL | 271.81º | 0.43% | 0.62% | - |
| HSV(B) | 271.81º | 0.42% | 0.78% | - |
| XYZ | 31.05 | 24.09 | 57.05 | - |
| YUV | 138.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 199 | 0.20 | 0.42 | 0 | 0.22 | 271.81 | 0.43 | 0.62 |
| Hex | A0 | 74 | C7 | 14 | 2A | 0 | 16 | 110 | 2B | 3E |
| Octal | 240 | 164 | 307 | 24 | 52 | 0 | 26 | 420 | 53 | 76 |
| Binary | 10100000 | 1110100 | 11000111 | 10100 | 101010 | 0 | 10110 | 100010000 | 101011 | 111110 |
Color Harmonies of #A074C7
Complementary color
Monochromatic Colors of #A074C7
Black with #A074C7
Text Example
Text Example
White with #A074C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074C7; }
p { color: rgb(160,116,199); }
H1.HeaderClassName
{
color: #A074C7;
}
.AnyTagClassName
{
color: #A074C7;
}
</style>
background-color css
<style>
a { background-color: #A074C7; }
a { background-color: rgb(160,116,199); }
div.DivClassName
{
background-color: #A074C7;
}
.BgClassName
{
background-color: #A074C7;
}
</style>
border-color css
<style>
span { border-color: #A074C7; }
span { border-color: rgb(160,116,199); }
td.TdClassName
{
border-color: #A074C7;
}
.TagClassName
{
border-color: #A074C7;
}
</style>