Shades of Deep Lilac #A359C5
Tints of Deep Lilac #A359C5
RGB
CMYK
RGB Variations
Color information
#A359C5 (or 0xA359C5) is known color: Deep Lilac. HEX triplet: A3, 59 and C5. RGB value is (163,89,197). Sum of RGB (Red+Green+Blue) = 163+89+197=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #A359C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359C5 is #5CA63A. Grayscale: #7B7B7B. Windows color (decimal): -6071867 or 12933539. OLE color: 12933539.
HSL color Cylindrical-coordinate representation of color #A359C5: hue angle of 281.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A359C5 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 89 | 197 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.23 |
| HSL | 281.11º | 0.48% | 0.56% | - |
| HSV(B) | 281.11º | 0.55% | 0.77% | - |
| XYZ | 28.75 | 18.96 | 54.97 | - |
| YUV | 123.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 197 | 0.17 | 0.55 | 0 | 0.23 | 281.11 | 0.48 | 0.56 |
| Hex | A3 | 59 | C5 | 11 | 37 | 0 | 17 | 119 | 30 | 38 |
| Octal | 243 | 131 | 305 | 21 | 67 | 0 | 27 | 431 | 60 | 70 |
| Binary | 10100011 | 1011001 | 11000101 | 10001 | 110111 | 0 | 10111 | 100011001 | 110000 | 111000 |
Color Harmonies of #A359C5
Complementary color
Monochromatic Colors of #A359C5
Black with #A359C5
Text Example
Text Example
White with #A359C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359C5; }
p { color: rgb(163,89,197); }
H1.HeaderClassName
{
color: #A359C5;
}
.AnyTagClassName
{
color: #A359C5;
}
</style>
background-color css
<style>
a { background-color: #A359C5; }
a { background-color: rgb(163,89,197); }
div.DivClassName
{
background-color: #A359C5;
}
.BgClassName
{
background-color: #A359C5;
}
</style>
border-color css
<style>
span { border-color: #A359C5; }
span { border-color: rgb(163,89,197); }
td.TdClassName
{
border-color: #A359C5;
}
.TagClassName
{
border-color: #A359C5;
}
</style>