Shades of Deep Lilac #A358C5
Tints of Deep Lilac #A358C5
RGB
CMYK
RGB Variations
Color information
#A358C5 (or 0xA358C5) is known color: Deep Lilac. HEX triplet: A3, 58 and C5. RGB value is (163,88,197). Sum of RGB (Red+Green+Blue) = 163+88+197=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #A358C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358C5 is #5CA73A. Grayscale: #7A7A7A. Windows color (decimal): -6072123 or 12933283. OLE color: 12933283.
HSL color Cylindrical-coordinate representation of color #A358C5: hue angle of 281.28º 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 #A358C5 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 88 | 197 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.23 |
| HSL | 281.28º | 0.48% | 0.56% | - |
| HSV(B) | 281.28º | 0.55% | 0.77% | - |
| XYZ | 28.67 | 18.8 | 54.94 | - |
| YUV | 122.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 197 | 0.17 | 0.55 | 0 | 0.23 | 281.28 | 0.48 | 0.56 |
| Hex | A3 | 58 | C5 | 11 | 37 | 0 | 17 | 119 | 30 | 38 |
| Octal | 243 | 130 | 305 | 21 | 67 | 0 | 27 | 431 | 60 | 70 |
| Binary | 10100011 | 1011000 | 11000101 | 10001 | 110111 | 0 | 10111 | 100011001 | 110000 | 111000 |
Color Harmonies of #A358C5
Complementary color
Monochromatic Colors of #A358C5
Black with #A358C5
Text Example
Text Example
White with #A358C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358C5; }
p { color: rgb(163,88,197); }
H1.HeaderClassName
{
color: #A358C5;
}
.AnyTagClassName
{
color: #A358C5;
}
</style>
background-color css
<style>
a { background-color: #A358C5; }
a { background-color: rgb(163,88,197); }
div.DivClassName
{
background-color: #A358C5;
}
.BgClassName
{
background-color: #A358C5;
}
</style>
border-color css
<style>
span { border-color: #A358C5; }
span { border-color: rgb(163,88,197); }
td.TdClassName
{
border-color: #A358C5;
}
.TagClassName
{
border-color: #A358C5;
}
</style>