Shades of Deep Lilac #A358BF
Tints of Deep Lilac #A358BF
RGB
CMYK
RGB Variations
Color information
#A358BF (or 0xA358BF) is known color: Deep Lilac. HEX triplet: A3, 58 and BF. RGB value is (163,88,191). Sum of RGB (Red+Green+Blue) = 163+88+191=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #A358BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358BF is #5CA740. Grayscale: #797979. Windows color (decimal): -6072129 or 12540067. OLE color: 12540067.
HSL color Cylindrical-coordinate representation of color #A358BF: hue angle of 283.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A358BF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 88 | 191 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.25 |
| HSL | 283.69º | 0.45% | 0.55% | - |
| HSV(B) | 283.69º | 0.54% | 0.75% | - |
| XYZ | 28 | 18.53 | 51.39 | - |
| YUV | 122.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 191 | 0.15 | 0.54 | 0 | 0.25 | 283.69 | 0.45 | 0.55 |
| Hex | A3 | 58 | BF | F | 36 | 0 | 19 | 11C | 2D | 37 |
| Octal | 243 | 130 | 277 | 17 | 66 | 0 | 31 | 434 | 55 | 67 |
| Binary | 10100011 | 1011000 | 10111111 | 1111 | 110110 | 0 | 11001 | 100011100 | 101101 | 110111 |
Color Harmonies of #A358BF
Complementary color
Monochromatic Colors of #A358BF
Black with #A358BF
Text Example
Text Example
White with #A358BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358BF; }
p { color: rgb(163,88,191); }
H1.HeaderClassName
{
color: #A358BF;
}
.AnyTagClassName
{
color: #A358BF;
}
</style>
background-color css
<style>
a { background-color: #A358BF; }
a { background-color: rgb(163,88,191); }
div.DivClassName
{
background-color: #A358BF;
}
.BgClassName
{
background-color: #A358BF;
}
</style>
border-color css
<style>
span { border-color: #A358BF; }
span { border-color: rgb(163,88,191); }
td.TdClassName
{
border-color: #A358BF;
}
.TagClassName
{
border-color: #A358BF;
}
</style>