Shades of Lilac Bush #A072C4
Tints of Lilac Bush #A072C4
RGB
CMYK
RGB Variations
Color information
#A072C4 (or 0xA072C4) is known color: Lilac Bush. HEX triplet: A0, 72 and C4. RGB value is (160,114,196). Sum of RGB (Red+Green+Blue) = 160+114+196=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #A072C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072C4 is #5F8D3B. Grayscale: #888888. Windows color (decimal): -6262076 or 12874400. OLE color: 12874400.
HSL color Cylindrical-coordinate representation of color #A072C4: hue angle of 273.66º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A072C4 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 114 | 196 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.23 |
| HSL | 273.66º | 0.41% | 0.61% | - |
| HSV(B) | 273.66º | 0.42% | 0.77% | - |
| XYZ | 30.48 | 23.49 | 55.15 | - |
| YUV | 137.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 196 | 0.18 | 0.42 | 0 | 0.23 | 273.66 | 0.41 | 0.61 |
| Hex | A0 | 72 | C4 | 12 | 2A | 0 | 17 | 112 | 29 | 3D |
| Octal | 240 | 162 | 304 | 22 | 52 | 0 | 27 | 422 | 51 | 75 |
| Binary | 10100000 | 1110010 | 11000100 | 10010 | 101010 | 0 | 10111 | 100010010 | 101001 | 111101 |
Color Harmonies of #A072C4
Complementary color
Monochromatic Colors of #A072C4
Black with #A072C4
Text Example
Text Example
White with #A072C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072C4; }
p { color: rgb(160,114,196); }
H1.HeaderClassName
{
color: #A072C4;
}
.AnyTagClassName
{
color: #A072C4;
}
</style>
background-color css
<style>
a { background-color: #A072C4; }
a { background-color: rgb(160,114,196); }
div.DivClassName
{
background-color: #A072C4;
}
.BgClassName
{
background-color: #A072C4;
}
</style>
border-color css
<style>
span { border-color: #A072C4; }
span { border-color: rgb(160,114,196); }
td.TdClassName
{
border-color: #A072C4;
}
.TagClassName
{
border-color: #A072C4;
}
</style>