Shades of Deep Lilac #A35DBA
Tints of Deep Lilac #A35DBA
RGB
CMYK
RGB Variations
Color information
#A35DBA (or 0xA35DBA) is known color: Deep Lilac. HEX triplet: A3, 5D and BA. RGB value is (163,93,186). Sum of RGB (Red+Green+Blue) = 163+93+186=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #A35DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DBA is #5CA245. Grayscale: #7C7C7C. Windows color (decimal): -6070854 or 12213667. OLE color: 12213667.
HSL color Cylindrical-coordinate representation of color #A35DBA: hue angle of 285.16º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35DBA is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 93 | 186 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.27 |
| HSL | 285.16º | 0.4% | 0.55% | - |
| HSV(B) | 285.16º | 0.5% | 0.73% | - |
| XYZ | 27.88 | 19.16 | 48.68 | - |
| YUV | 124.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 186 | 0.12 | 0.5 | 0 | 0.27 | 285.16 | 0.4 | 0.55 |
| Hex | A3 | 5D | BA | C | 32 | 0 | 1B | 11D | 28 | 37 |
| Octal | 243 | 135 | 272 | 14 | 62 | 0 | 33 | 435 | 50 | 67 |
| Binary | 10100011 | 1011101 | 10111010 | 1100 | 110010 | 0 | 11011 | 100011101 | 101000 | 110111 |
Color Harmonies of #A35DBA
Complementary color
Monochromatic Colors of #A35DBA
Black with #A35DBA
Text Example
Text Example
White with #A35DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DBA; }
p { color: rgb(163,93,186); }
H1.HeaderClassName
{
color: #A35DBA;
}
.AnyTagClassName
{
color: #A35DBA;
}
</style>
background-color css
<style>
a { background-color: #A35DBA; }
a { background-color: rgb(163,93,186); }
div.DivClassName
{
background-color: #A35DBA;
}
.BgClassName
{
background-color: #A35DBA;
}
</style>
border-color css
<style>
span { border-color: #A35DBA; }
span { border-color: rgb(163,93,186); }
td.TdClassName
{
border-color: #A35DBA;
}
.TagClassName
{
border-color: #A35DBA;
}
</style>