Shades of Deep Lilac #A353BA
Tints of Deep Lilac #A353BA
RGB
CMYK
RGB Variations
Color information
#A353BA (or 0xA353BA) is known color: Deep Lilac. HEX triplet: A3, 53 and BA. RGB value is (163,83,186). Sum of RGB (Red+Green+Blue) = 163+83+186=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #A353BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353BA is #5CAC45. Grayscale: #767676. Windows color (decimal): -6073414 or 12211107. OLE color: 12211107.
HSL color Cylindrical-coordinate representation of color #A353BA: hue angle of 286.6º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A353BA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 83 | 186 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.27 |
| HSL | 286.6º | 0.43% | 0.53% | - |
| HSV(B) | 286.6º | 0.55% | 0.73% | - |
| XYZ | 27.06 | 17.52 | 48.41 | - |
| YUV | 118.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 186 | 0.12 | 0.55 | 0 | 0.27 | 286.6 | 0.43 | 0.53 |
| Hex | A3 | 53 | BA | C | 37 | 0 | 1B | 11F | 2B | 35 |
| Octal | 243 | 123 | 272 | 14 | 67 | 0 | 33 | 437 | 53 | 65 |
| Binary | 10100011 | 1010011 | 10111010 | 1100 | 110111 | 0 | 11011 | 100011111 | 101011 | 110101 |
Color Harmonies of #A353BA
Complementary color
Monochromatic Colors of #A353BA
Black with #A353BA
Text Example
Text Example
White with #A353BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353BA; }
p { color: rgb(163,83,186); }
H1.HeaderClassName
{
color: #A353BA;
}
.AnyTagClassName
{
color: #A353BA;
}
</style>
background-color css
<style>
a { background-color: #A353BA; }
a { background-color: rgb(163,83,186); }
div.DivClassName
{
background-color: #A353BA;
}
.BgClassName
{
background-color: #A353BA;
}
</style>
border-color css
<style>
span { border-color: #A353BA; }
span { border-color: rgb(163,83,186); }
td.TdClassName
{
border-color: #A353BA;
}
.TagClassName
{
border-color: #A353BA;
}
</style>