Shades of Deep Lilac #A355BF
Tints of Deep Lilac #A355BF
RGB
CMYK
RGB Variations
Color information
#A355BF (or 0xA355BF) is known color: Deep Lilac. HEX triplet: A3, 55 and BF. RGB value is (163,85,191). Sum of RGB (Red+Green+Blue) = 163+85+191=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #A355BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355BF is #5CAA40. Grayscale: #787878. Windows color (decimal): -6072897 or 12539299. OLE color: 12539299.
HSL color Cylindrical-coordinate representation of color #A355BF: hue angle of 284.15º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A355BF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 85 | 191 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.25 |
| HSL | 284.15º | 0.45% | 0.54% | - |
| HSV(B) | 284.15º | 0.55% | 0.75% | - |
| XYZ | 27.76 | 18.05 | 51.31 | - |
| YUV | 120.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 191 | 0.15 | 0.55 | 0 | 0.25 | 284.15 | 0.45 | 0.54 |
| Hex | A3 | 55 | BF | F | 37 | 0 | 19 | 11C | 2D | 36 |
| Octal | 243 | 125 | 277 | 17 | 67 | 0 | 31 | 434 | 55 | 66 |
| Binary | 10100011 | 1010101 | 10111111 | 1111 | 110111 | 0 | 11001 | 100011100 | 101101 | 110110 |
Color Harmonies of #A355BF
Complementary color
Monochromatic Colors of #A355BF
Black with #A355BF
Text Example
Text Example
White with #A355BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355BF; }
p { color: rgb(163,85,191); }
H1.HeaderClassName
{
color: #A355BF;
}
.AnyTagClassName
{
color: #A355BF;
}
</style>
background-color css
<style>
a { background-color: #A355BF; }
a { background-color: rgb(163,85,191); }
div.DivClassName
{
background-color: #A355BF;
}
.BgClassName
{
background-color: #A355BF;
}
</style>
border-color css
<style>
span { border-color: #A355BF; }
span { border-color: rgb(163,85,191); }
td.TdClassName
{
border-color: #A355BF;
}
.TagClassName
{
border-color: #A355BF;
}
</style>