Shades of Deep Lilac #A358C1
Tints of Deep Lilac #A358C1
RGB
CMYK
RGB Variations
Color information
#A358C1 (or 0xA358C1) is known color: Deep Lilac. HEX triplet: A3, 58 and C1. RGB value is (163,88,193). Sum of RGB (Red+Green+Blue) = 163+88+193=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #A358C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358C1 is #5CA73E. Grayscale: #7A7A7A. Windows color (decimal): -6072127 or 12671139. OLE color: 12671139.
HSL color Cylindrical-coordinate representation of color #A358C1: hue angle of 282.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A358C1 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 88 | 193 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.24 |
| HSL | 282.86º | 0.46% | 0.55% | - |
| HSV(B) | 282.86º | 0.54% | 0.76% | - |
| XYZ | 28.22 | 18.62 | 52.56 | - |
| YUV | 122.4 | 167.85 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 193 | 0.16 | 0.54 | 0 | 0.24 | 282.86 | 0.46 | 0.55 |
| Hex | A3 | 58 | C1 | 10 | 36 | 0 | 18 | 11B | 2E | 37 |
| Octal | 243 | 130 | 301 | 20 | 66 | 0 | 30 | 433 | 56 | 67 |
| Binary | 10100011 | 1011000 | 11000001 | 10000 | 110110 | 0 | 11000 | 100011011 | 101110 | 110111 |
Color Harmonies of #A358C1
Complementary color
Monochromatic Colors of #A358C1
Black with #A358C1
Text Example
Text Example
White with #A358C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358C1; }
p { color: rgb(163,88,193); }
H1.HeaderClassName
{
color: #A358C1;
}
.AnyTagClassName
{
color: #A358C1;
}
</style>
background-color css
<style>
a { background-color: #A358C1; }
a { background-color: rgb(163,88,193); }
div.DivClassName
{
background-color: #A358C1;
}
.BgClassName
{
background-color: #A358C1;
}
</style>
border-color css
<style>
span { border-color: #A358C1; }
span { border-color: rgb(163,88,193); }
td.TdClassName
{
border-color: #A358C1;
}
.TagClassName
{
border-color: #A358C1;
}
</style>