Shades of Deep Lilac #A359C0
Tints of Deep Lilac #A359C0
RGB
CMYK
RGB Variations
Color information
#A359C0 (or 0xA359C0) is known color: Deep Lilac. HEX triplet: A3, 59 and C0. RGB value is (163,89,192). Sum of RGB (Red+Green+Blue) = 163+89+192=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #A359C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359C0 is #5CA63F. Grayscale: #7A7A7A. Windows color (decimal): -6071872 or 12605859. OLE color: 12605859.
HSL color Cylindrical-coordinate representation of color #A359C0: hue angle of 283.11º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A359C0 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 89 | 192 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.25 |
| HSL | 283.11º | 0.45% | 0.55% | - |
| HSV(B) | 283.11º | 0.54% | 0.75% | - |
| XYZ | 28.19 | 18.74 | 52 | - |
| YUV | 122.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 192 | 0.15 | 0.54 | 0 | 0.25 | 283.11 | 0.45 | 0.55 |
| Hex | A3 | 59 | C0 | F | 36 | 0 | 19 | 11B | 2D | 37 |
| Octal | 243 | 131 | 300 | 17 | 66 | 0 | 31 | 433 | 55 | 67 |
| Binary | 10100011 | 1011001 | 11000000 | 1111 | 110110 | 0 | 11001 | 100011011 | 101101 | 110111 |
Color Harmonies of #A359C0
Complementary color
Monochromatic Colors of #A359C0
Black with #A359C0
Text Example
Text Example
White with #A359C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359C0; }
p { color: rgb(163,89,192); }
H1.HeaderClassName
{
color: #A359C0;
}
.AnyTagClassName
{
color: #A359C0;
}
</style>
background-color css
<style>
a { background-color: #A359C0; }
a { background-color: rgb(163,89,192); }
div.DivClassName
{
background-color: #A359C0;
}
.BgClassName
{
background-color: #A359C0;
}
</style>
border-color css
<style>
span { border-color: #A359C0; }
span { border-color: rgb(163,89,192); }
td.TdClassName
{
border-color: #A359C0;
}
.TagClassName
{
border-color: #A359C0;
}
</style>