Shades of Lilac Bush #A479CA
Tints of Lilac Bush #A479CA
RGB
CMYK
RGB Variations
Color information
#A479CA (or 0xA479CA) is known color: Lilac Bush. HEX triplet: A4, 79 and CA. RGB value is (164,121,202). Sum of RGB (Red+Green+Blue) = 164+121+202=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #A479CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479CA is #5B8635. Grayscale: #8E8E8E. Windows color (decimal): -5998134 or 13269412. OLE color: 13269412.
HSL color Cylindrical-coordinate representation of color #A479CA: hue angle of 271.85º 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 #A479CA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 121 | 202 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.21 |
| HSL | 271.85º | 0.43% | 0.63% | - |
| HSV(B) | 271.85º | 0.4% | 0.79% | - |
| XYZ | 32.81 | 25.83 | 59.13 | - |
| YUV | 143.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 202 | 0.19 | 0.40 | 0 | 0.21 | 271.85 | 0.43 | 0.63 |
| Hex | A4 | 79 | CA | 13 | 28 | 0 | 15 | 110 | 2B | 3F |
| Octal | 244 | 171 | 312 | 23 | 50 | 0 | 25 | 420 | 53 | 77 |
| Binary | 10100100 | 1111001 | 11001010 | 10011 | 101000 | 0 | 10101 | 100010000 | 101011 | 111111 |
Color Harmonies of #A479CA
Complementary color
Monochromatic Colors of #A479CA
Black with #A479CA
Text Example
Text Example
White with #A479CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A479CA; }
p { color: rgb(164,121,202); }
H1.HeaderClassName
{
color: #A479CA;
}
.AnyTagClassName
{
color: #A479CA;
}
</style>
background-color css
<style>
a { background-color: #A479CA; }
a { background-color: rgb(164,121,202); }
div.DivClassName
{
background-color: #A479CA;
}
.BgClassName
{
background-color: #A479CA;
}
</style>
border-color css
<style>
span { border-color: #A479CA; }
span { border-color: rgb(164,121,202); }
td.TdClassName
{
border-color: #A479CA;
}
.TagClassName
{
border-color: #A479CA;
}
</style>