Shades of Deep Lilac #A357C1
Tints of Deep Lilac #A357C1
RGB
CMYK
RGB Variations
Color information
#A357C1 (or 0xA357C1) is known color: Deep Lilac. HEX triplet: A3, 57 and C1. RGB value is (163,87,193). Sum of RGB (Red+Green+Blue) = 163+87+193=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #A357C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357C1 is #5CA83E. Grayscale: #797979. Windows color (decimal): -6072383 or 12670883. OLE color: 12670883.
HSL color Cylindrical-coordinate representation of color #A357C1: hue angle of 283.02º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A357C1 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 87 | 193 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.24 |
| HSL | 283.02º | 0.46% | 0.55% | - |
| HSV(B) | 283.02º | 0.55% | 0.76% | - |
| XYZ | 28.14 | 18.45 | 52.53 | - |
| YUV | 121.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 193 | 0.16 | 0.55 | 0 | 0.24 | 283.02 | 0.46 | 0.55 |
| Hex | A3 | 57 | C1 | 10 | 37 | 0 | 18 | 11B | 2E | 37 |
| Octal | 243 | 127 | 301 | 20 | 67 | 0 | 30 | 433 | 56 | 67 |
| Binary | 10100011 | 1010111 | 11000001 | 10000 | 110111 | 0 | 11000 | 100011011 | 101110 | 110111 |
Color Harmonies of #A357C1
Complementary color
Monochromatic Colors of #A357C1
Black with #A357C1
Text Example
Text Example
White with #A357C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357C1; }
p { color: rgb(163,87,193); }
H1.HeaderClassName
{
color: #A357C1;
}
.AnyTagClassName
{
color: #A357C1;
}
</style>
background-color css
<style>
a { background-color: #A357C1; }
a { background-color: rgb(163,87,193); }
div.DivClassName
{
background-color: #A357C1;
}
.BgClassName
{
background-color: #A357C1;
}
</style>
border-color css
<style>
span { border-color: #A357C1; }
span { border-color: rgb(163,87,193); }
td.TdClassName
{
border-color: #A357C1;
}
.TagClassName
{
border-color: #A357C1;
}
</style>