Shades of Deep Lilac #A35DBC
Tints of Deep Lilac #A35DBC
RGB
CMYK
RGB Variations
Color information
#A35DBC (or 0xA35DBC) is known color: Deep Lilac. HEX triplet: A3, 5D and BC. RGB value is (163,93,188). Sum of RGB (Red+Green+Blue) = 163+93+188=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #A35DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DBC is #5CA243. Grayscale: #7C7C7C. Windows color (decimal): -6070852 or 12344739. OLE color: 12344739.
HSL color Cylindrical-coordinate representation of color #A35DBC: hue angle of 284.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35DBC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 93 | 188 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.26 |
| HSL | 284.21º | 0.41% | 0.55% | - |
| HSV(B) | 284.21º | 0.51% | 0.74% | - |
| XYZ | 28.1 | 19.25 | 49.81 | - |
| YUV | 124.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 188 | 0.13 | 0.51 | 0 | 0.26 | 284.21 | 0.41 | 0.55 |
| Hex | A3 | 5D | BC | D | 33 | 0 | 1A | 11C | 29 | 37 |
| Octal | 243 | 135 | 274 | 15 | 63 | 0 | 32 | 434 | 51 | 67 |
| Binary | 10100011 | 1011101 | 10111100 | 1101 | 110011 | 0 | 11010 | 100011100 | 101001 | 110111 |
Color Harmonies of #A35DBC
Complementary color
Monochromatic Colors of #A35DBC
Black with #A35DBC
Text Example
Text Example
White with #A35DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DBC; }
p { color: rgb(163,93,188); }
H1.HeaderClassName
{
color: #A35DBC;
}
.AnyTagClassName
{
color: #A35DBC;
}
</style>
background-color css
<style>
a { background-color: #A35DBC; }
a { background-color: rgb(163,93,188); }
div.DivClassName
{
background-color: #A35DBC;
}
.BgClassName
{
background-color: #A35DBC;
}
</style>
border-color css
<style>
span { border-color: #A35DBC; }
span { border-color: rgb(163,93,188); }
td.TdClassName
{
border-color: #A35DBC;
}
.TagClassName
{
border-color: #A35DBC;
}
</style>