Shades of Deep Lilac #A353BC
Tints of Deep Lilac #A353BC
RGB
CMYK
RGB Variations
Color information
#A353BC (or 0xA353BC) is known color: Deep Lilac. HEX triplet: A3, 53 and BC. RGB value is (163,83,188). Sum of RGB (Red+Green+Blue) = 163+83+188=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #A353BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353BC is #5CAC43. Grayscale: #767676. Windows color (decimal): -6073412 or 12342179. OLE color: 12342179.
HSL color Cylindrical-coordinate representation of color #A353BC: hue angle of 285.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A353BC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 83 | 188 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.26 |
| HSL | 285.71º | 0.44% | 0.53% | - |
| HSV(B) | 285.71º | 0.56% | 0.74% | - |
| XYZ | 27.27 | 17.6 | 49.54 | - |
| YUV | 118.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 188 | 0.13 | 0.56 | 0 | 0.26 | 285.71 | 0.44 | 0.53 |
| Hex | A3 | 53 | BC | D | 38 | 0 | 1A | 11E | 2C | 35 |
| Octal | 243 | 123 | 274 | 15 | 70 | 0 | 32 | 436 | 54 | 65 |
| Binary | 10100011 | 1010011 | 10111100 | 1101 | 111000 | 0 | 11010 | 100011110 | 101100 | 110101 |
Color Harmonies of #A353BC
Complementary color
Monochromatic Colors of #A353BC
Black with #A353BC
Text Example
Text Example
White with #A353BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353BC; }
p { color: rgb(163,83,188); }
H1.HeaderClassName
{
color: #A353BC;
}
.AnyTagClassName
{
color: #A353BC;
}
</style>
background-color css
<style>
a { background-color: #A353BC; }
a { background-color: rgb(163,83,188); }
div.DivClassName
{
background-color: #A353BC;
}
.BgClassName
{
background-color: #A353BC;
}
</style>
border-color css
<style>
span { border-color: #A353BC; }
span { border-color: rgb(163,83,188); }
td.TdClassName
{
border-color: #A353BC;
}
.TagClassName
{
border-color: #A353BC;
}
</style>