Shades of Deep Lilac #A355C1
Tints of Deep Lilac #A355C1
RGB
CMYK
RGB Variations
Color information
#A355C1 (or 0xA355C1) is known color: Deep Lilac. HEX triplet: A3, 55 and C1. RGB value is (163,85,193). Sum of RGB (Red+Green+Blue) = 163+85+193=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #A355C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355C1 is #5CAA3E. Grayscale: #787878. Windows color (decimal): -6072895 or 12670371. OLE color: 12670371.
HSL color Cylindrical-coordinate representation of color #A355C1: hue angle of 283.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A355C1 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 85 | 193 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.24 |
| HSL | 283.33º | 0.47% | 0.55% | - |
| HSV(B) | 283.33º | 0.56% | 0.76% | - |
| XYZ | 27.98 | 18.13 | 52.48 | - |
| YUV | 120.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 193 | 0.16 | 0.56 | 0 | 0.24 | 283.33 | 0.47 | 0.55 |
| Hex | A3 | 55 | C1 | 10 | 38 | 0 | 18 | 11B | 2F | 37 |
| Octal | 243 | 125 | 301 | 20 | 70 | 0 | 30 | 433 | 57 | 67 |
| Binary | 10100011 | 1010101 | 11000001 | 10000 | 111000 | 0 | 11000 | 100011011 | 101111 | 110111 |
Color Harmonies of #A355C1
Complementary color
Monochromatic Colors of #A355C1
Black with #A355C1
Text Example
Text Example
White with #A355C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355C1; }
p { color: rgb(163,85,193); }
H1.HeaderClassName
{
color: #A355C1;
}
.AnyTagClassName
{
color: #A355C1;
}
</style>
background-color css
<style>
a { background-color: #A355C1; }
a { background-color: rgb(163,85,193); }
div.DivClassName
{
background-color: #A355C1;
}
.BgClassName
{
background-color: #A355C1;
}
</style>
border-color css
<style>
span { border-color: #A355C1; }
span { border-color: rgb(163,85,193); }
td.TdClassName
{
border-color: #A355C1;
}
.TagClassName
{
border-color: #A355C1;
}
</style>