Shades of Deep Lilac #A358B9
Tints of Deep Lilac #A358B9
RGB
CMYK
RGB Variations
Color information
#A358B9 (or 0xA358B9) is known color: Deep Lilac. HEX triplet: A3, 58 and B9. RGB value is (163,88,185). Sum of RGB (Red+Green+Blue) = 163+88+185=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #A358B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358B9 is #5CA746. Grayscale: #797979. Windows color (decimal): -6072135 or 12146851. OLE color: 12146851.
HSL color Cylindrical-coordinate representation of color #A358B9: hue angle of 286.39º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A358B9 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 88 | 185 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.27 |
| HSL | 286.39º | 0.41% | 0.54% | - |
| HSV(B) | 286.39º | 0.52% | 0.73% | - |
| XYZ | 27.35 | 18.27 | 47.98 | - |
| YUV | 121.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 185 | 0.12 | 0.52 | 0 | 0.27 | 286.39 | 0.41 | 0.54 |
| Hex | A3 | 58 | B9 | C | 34 | 0 | 1B | 11E | 29 | 36 |
| Octal | 243 | 130 | 271 | 14 | 64 | 0 | 33 | 436 | 51 | 66 |
| Binary | 10100011 | 1011000 | 10111001 | 1100 | 110100 | 0 | 11011 | 100011110 | 101001 | 110110 |
Color Harmonies of #A358B9
Complementary color
Monochromatic Colors of #A358B9
Black with #A358B9
Text Example
Text Example
White with #A358B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358B9; }
p { color: rgb(163,88,185); }
H1.HeaderClassName
{
color: #A358B9;
}
.AnyTagClassName
{
color: #A358B9;
}
</style>
background-color css
<style>
a { background-color: #A358B9; }
a { background-color: rgb(163,88,185); }
div.DivClassName
{
background-color: #A358B9;
}
.BgClassName
{
background-color: #A358B9;
}
</style>
border-color css
<style>
span { border-color: #A358B9; }
span { border-color: rgb(163,88,185); }
td.TdClassName
{
border-color: #A358B9;
}
.TagClassName
{
border-color: #A358B9;
}
</style>