Shades of Lilac Bush #A279CA
Tints of Lilac Bush #A279CA
RGB
CMYK
RGB Variations
Color information
#A279CA (or 0xA279CA) is known color: Lilac Bush. HEX triplet: A2, 79 and CA. RGB value is (162,121,202). Sum of RGB (Red+Green+Blue) = 162+121+202=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #A279CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279CA is #5D8635. Grayscale: #8E8E8E. Windows color (decimal): -6129206 or 13269410. OLE color: 13269410.
HSL color Cylindrical-coordinate representation of color #A279CA: hue angle of 270.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A279CA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 121 | 202 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.21 |
| HSL | 270.37º | 0.43% | 0.63% | - |
| HSV(B) | 270.37º | 0.4% | 0.79% | - |
| XYZ | 32.4 | 25.62 | 59.11 | - |
| YUV | 142.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 202 | 0.20 | 0.40 | 0 | 0.21 | 270.37 | 0.43 | 0.63 |
| Hex | A2 | 79 | CA | 14 | 28 | 0 | 15 | 10E | 2B | 3F |
| Octal | 242 | 171 | 312 | 24 | 50 | 0 | 25 | 416 | 53 | 77 |
| Binary | 10100010 | 1111001 | 11001010 | 10100 | 101000 | 0 | 10101 | 100001110 | 101011 | 111111 |
Color Harmonies of #A279CA
Complementary color
Monochromatic Colors of #A279CA
Black with #A279CA
Text Example
Text Example
White with #A279CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A279CA; }
p { color: rgb(162,121,202); }
H1.HeaderClassName
{
color: #A279CA;
}
.AnyTagClassName
{
color: #A279CA;
}
</style>
background-color css
<style>
a { background-color: #A279CA; }
a { background-color: rgb(162,121,202); }
div.DivClassName
{
background-color: #A279CA;
}
.BgClassName
{
background-color: #A279CA;
}
</style>
border-color css
<style>
span { border-color: #A279CA; }
span { border-color: rgb(162,121,202); }
td.TdClassName
{
border-color: #A279CA;
}
.TagClassName
{
border-color: #A279CA;
}
</style>