Shades of Deep Lilac #A355C6
Tints of Deep Lilac #A355C6
RGB
CMYK
RGB Variations
Color information
#A355C6 (or 0xA355C6) is known color: Deep Lilac. HEX triplet: A3, 55 and C6. RGB value is (163,85,198). Sum of RGB (Red+Green+Blue) = 163+85+198=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #A355C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355C6 is #5CAA39. Grayscale: #787878. Windows color (decimal): -6072890 or 12998051. OLE color: 12998051.
HSL color Cylindrical-coordinate representation of color #A355C6: hue angle of 281.42º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A355C6 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 85 | 198 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.22 |
| HSL | 281.42º | 0.5% | 0.55% | - |
| HSV(B) | 281.42º | 0.57% | 0.78% | - |
| XYZ | 28.55 | 18.36 | 55.47 | - |
| YUV | 121.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 198 | 0.18 | 0.57 | 0 | 0.22 | 281.42 | 0.5 | 0.55 |
| Hex | A3 | 55 | C6 | 12 | 39 | 0 | 16 | 119 | 32 | 37 |
| Octal | 243 | 125 | 306 | 22 | 71 | 0 | 26 | 431 | 62 | 67 |
| Binary | 10100011 | 1010101 | 11000110 | 10010 | 111001 | 0 | 10110 | 100011001 | 110010 | 110111 |
Color Harmonies of #A355C6
Complementary color
Monochromatic Colors of #A355C6
Black with #A355C6
Text Example
Text Example
White with #A355C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355C6; }
p { color: rgb(163,85,198); }
H1.HeaderClassName
{
color: #A355C6;
}
.AnyTagClassName
{
color: #A355C6;
}
</style>
background-color css
<style>
a { background-color: #A355C6; }
a { background-color: rgb(163,85,198); }
div.DivClassName
{
background-color: #A355C6;
}
.BgClassName
{
background-color: #A355C6;
}
</style>
border-color css
<style>
span { border-color: #A355C6; }
span { border-color: rgb(163,85,198); }
td.TdClassName
{
border-color: #A355C6;
}
.TagClassName
{
border-color: #A355C6;
}
</style>