Shades of Deep Lilac #A56DBA
Tints of Deep Lilac #A56DBA
RGB
CMYK
RGB Variations
Color information
#A56DBA (or 0xA56DBA) is known color: Deep Lilac. HEX triplet: A5, 6D and BA. RGB value is (165,109,186). Sum of RGB (Red+Green+Blue) = 165+109+186=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #A56DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DBA is #5A9245. Grayscale: #868686. Windows color (decimal): -5935686 or 12217765. OLE color: 12217765.
HSL color Cylindrical-coordinate representation of color #A56DBA: hue angle of 283.64º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56DBA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 109 | 186 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.27 |
| HSL | 283.64º | 0.36% | 0.58% | - |
| HSV(B) | 283.64º | 0.41% | 0.73% | - |
| XYZ | 29.85 | 22.48 | 49.22 | - |
| YUV | 134.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 186 | 0.11 | 0.41 | 0 | 0.27 | 283.64 | 0.36 | 0.58 |
| Hex | A5 | 6D | BA | B | 29 | 0 | 1B | 11C | 24 | 3A |
| Octal | 245 | 155 | 272 | 13 | 51 | 0 | 33 | 434 | 44 | 72 |
| Binary | 10100101 | 1101101 | 10111010 | 1011 | 101001 | 0 | 11011 | 100011100 | 100100 | 111010 |
Color Harmonies of #A56DBA
Complementary color
Monochromatic Colors of #A56DBA
Black with #A56DBA
Text Example
Text Example
White with #A56DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DBA; }
p { color: rgb(165,109,186); }
H1.HeaderClassName
{
color: #A56DBA;
}
.AnyTagClassName
{
color: #A56DBA;
}
</style>
background-color css
<style>
a { background-color: #A56DBA; }
a { background-color: rgb(165,109,186); }
div.DivClassName
{
background-color: #A56DBA;
}
.BgClassName
{
background-color: #A56DBA;
}
</style>
border-color css
<style>
span { border-color: #A56DBA; }
span { border-color: rgb(165,109,186); }
td.TdClassName
{
border-color: #A56DBA;
}
.TagClassName
{
border-color: #A56DBA;
}
</style>