Shades of Lilac Bush #A274C4
Tints of Lilac Bush #A274C4
RGB
CMYK
RGB Variations
Color information
#A274C4 (or 0xA274C4) is known color: Lilac Bush. HEX triplet: A2, 74 and C4. RGB value is (162,116,196). Sum of RGB (Red+Green+Blue) = 162+116+196=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #A274C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274C4 is #5D8B3B. Grayscale: #8A8A8A. Windows color (decimal): -6130492 or 12874914. OLE color: 12874914.
HSL color Cylindrical-coordinate representation of color #A274C4: hue angle of 274.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A274C4 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 116 | 196 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.23 |
| HSL | 274.5º | 0.4% | 0.61% | - |
| HSV(B) | 274.5º | 0.41% | 0.77% | - |
| XYZ | 31.11 | 24.16 | 55.25 | - |
| YUV | 138.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 196 | 0.17 | 0.41 | 0 | 0.23 | 274.5 | 0.4 | 0.61 |
| Hex | A2 | 74 | C4 | 11 | 29 | 0 | 17 | 112 | 28 | 3D |
| Octal | 242 | 164 | 304 | 21 | 51 | 0 | 27 | 422 | 50 | 75 |
| Binary | 10100010 | 1110100 | 11000100 | 10001 | 101001 | 0 | 10111 | 100010010 | 101000 | 111101 |
Color Harmonies of #A274C4
Complementary color
Monochromatic Colors of #A274C4
Black with #A274C4
Text Example
Text Example
White with #A274C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A274C4; }
p { color: rgb(162,116,196); }
H1.HeaderClassName
{
color: #A274C4;
}
.AnyTagClassName
{
color: #A274C4;
}
</style>
background-color css
<style>
a { background-color: #A274C4; }
a { background-color: rgb(162,116,196); }
div.DivClassName
{
background-color: #A274C4;
}
.BgClassName
{
background-color: #A274C4;
}
</style>
border-color css
<style>
span { border-color: #A274C4; }
span { border-color: rgb(162,116,196); }
td.TdClassName
{
border-color: #A274C4;
}
.TagClassName
{
border-color: #A274C4;
}
</style>