Shades of Lilac Bush #A279CD
Tints of Lilac Bush #A279CD
RGB
CMYK
RGB Variations
Color information
#A279CD (or 0xA279CD) is known color: Lilac Bush. HEX triplet: A2, 79 and CD. RGB value is (162,121,205). Sum of RGB (Red+Green+Blue) = 162+121+205=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #A279CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279CD is #5D8632. Grayscale: #8E8E8E. Windows color (decimal): -6129203 or 13466018. OLE color: 13466018.
HSL color Cylindrical-coordinate representation of color #A279CD: hue angle of 269.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A279CD is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 121 | 205 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.20 |
| HSL | 269.29º | 0.46% | 0.64% | - |
| HSV(B) | 269.29º | 0.41% | 0.8% | - |
| XYZ | 32.76 | 25.76 | 61 | - |
| YUV | 142.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 205 | 0.21 | 0.41 | 0 | 0.20 | 269.29 | 0.46 | 0.64 |
| Hex | A2 | 79 | CD | 15 | 29 | 0 | 14 | 10D | 2E | 40 |
| Octal | 242 | 171 | 315 | 25 | 51 | 0 | 24 | 415 | 56 | 100 |
| Binary | 10100010 | 1111001 | 11001101 | 10101 | 101001 | 0 | 10100 | 100001101 | 101110 | 1000000 |
Color Harmonies of #A279CD
Complementary color
Monochromatic Colors of #A279CD
Black with #A279CD
Text Example
Text Example
White with #A279CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A279CD; }
p { color: rgb(162,121,205); }
H1.HeaderClassName
{
color: #A279CD;
}
.AnyTagClassName
{
color: #A279CD;
}
</style>
background-color css
<style>
a { background-color: #A279CD; }
a { background-color: rgb(162,121,205); }
div.DivClassName
{
background-color: #A279CD;
}
.BgClassName
{
background-color: #A279CD;
}
</style>
border-color css
<style>
span { border-color: #A279CD; }
span { border-color: rgb(162,121,205); }
td.TdClassName
{
border-color: #A279CD;
}
.TagClassName
{
border-color: #A279CD;
}
</style>