Shades of Lilac Bush #A379CD
Tints of Lilac Bush #A379CD
RGB
CMYK
RGB Variations
Color information
#A379CD (or 0xA379CD) is known color: Lilac Bush. HEX triplet: A3, 79 and CD. RGB value is (163,121,205). Sum of RGB (Red+Green+Blue) = 163+121+205=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #A379CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379CD is #5C8632. Grayscale: #8E8E8E. Windows color (decimal): -6063667 or 13466019. OLE color: 13466019.
HSL color Cylindrical-coordinate representation of color #A379CD: hue angle of 270º 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 #A379CD is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 121 | 205 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.20 |
| HSL | 270º | 0.46% | 0.64% | - |
| HSV(B) | 270º | 0.41% | 0.8% | - |
| XYZ | 32.96 | 25.87 | 61.01 | - |
| YUV | 143.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 205 | 0.20 | 0.41 | 0 | 0.20 | 270 | 0.46 | 0.64 |
| Hex | A3 | 79 | CD | 14 | 29 | 0 | 14 | 10E | 2E | 40 |
| Octal | 243 | 171 | 315 | 24 | 51 | 0 | 24 | 416 | 56 | 100 |
| Binary | 10100011 | 1111001 | 11001101 | 10100 | 101001 | 0 | 10100 | 100001110 | 101110 | 1000000 |
Color Harmonies of #A379CD
Complementary color
Monochromatic Colors of #A379CD
Black with #A379CD
Text Example
Text Example
White with #A379CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379CD; }
p { color: rgb(163,121,205); }
H1.HeaderClassName
{
color: #A379CD;
}
.AnyTagClassName
{
color: #A379CD;
}
</style>
background-color css
<style>
a { background-color: #A379CD; }
a { background-color: rgb(163,121,205); }
div.DivClassName
{
background-color: #A379CD;
}
.BgClassName
{
background-color: #A379CD;
}
</style>
border-color css
<style>
span { border-color: #A379CD; }
span { border-color: rgb(163,121,205); }
td.TdClassName
{
border-color: #A379CD;
}
.TagClassName
{
border-color: #A379CD;
}
</style>