Shades of Deep Lilac #A357BA
Tints of Deep Lilac #A357BA
RGB
CMYK
RGB Variations
Color information
#A357BA (or 0xA357BA) is known color: Deep Lilac. HEX triplet: A3, 57 and BA. RGB value is (163,87,186). Sum of RGB (Red+Green+Blue) = 163+87+186=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #A357BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357BA is #5CA845. Grayscale: #787878. Windows color (decimal): -6072390 or 12212131. OLE color: 12212131.
HSL color Cylindrical-coordinate representation of color #A357BA: hue angle of 286.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A357BA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 87 | 186 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.27 |
| HSL | 286.06º | 0.42% | 0.54% | - |
| HSV(B) | 286.06º | 0.53% | 0.73% | - |
| XYZ | 27.38 | 18.15 | 48.51 | - |
| YUV | 121.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 186 | 0.12 | 0.53 | 0 | 0.27 | 286.06 | 0.42 | 0.54 |
| Hex | A3 | 57 | BA | C | 35 | 0 | 1B | 11E | 2A | 36 |
| Octal | 243 | 127 | 272 | 14 | 65 | 0 | 33 | 436 | 52 | 66 |
| Binary | 10100011 | 1010111 | 10111010 | 1100 | 110101 | 0 | 11011 | 100011110 | 101010 | 110110 |
Color Harmonies of #A357BA
Complementary color
Monochromatic Colors of #A357BA
Black with #A357BA
Text Example
Text Example
White with #A357BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357BA; }
p { color: rgb(163,87,186); }
H1.HeaderClassName
{
color: #A357BA;
}
.AnyTagClassName
{
color: #A357BA;
}
</style>
background-color css
<style>
a { background-color: #A357BA; }
a { background-color: rgb(163,87,186); }
div.DivClassName
{
background-color: #A357BA;
}
.BgClassName
{
background-color: #A357BA;
}
</style>
border-color css
<style>
span { border-color: #A357BA; }
span { border-color: rgb(163,87,186); }
td.TdClassName
{
border-color: #A357BA;
}
.TagClassName
{
border-color: #A357BA;
}
</style>