Shades of Deep Lilac #A56CBA
Tints of Deep Lilac #A56CBA
RGB
CMYK
RGB Variations
Color information
#A56CBA (or 0xA56CBA) is known color: Deep Lilac. HEX triplet: A5, 6C and BA. RGB value is (165,108,186). Sum of RGB (Red+Green+Blue) = 165+108+186=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #A56CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CBA is #5A9345. Grayscale: #858585. Windows color (decimal): -5935942 or 12217509. OLE color: 12217509.
HSL color Cylindrical-coordinate representation of color #A56CBA: hue angle of 283.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56CBA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 108 | 186 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.27 |
| HSL | 283.85º | 0.36% | 0.58% | - |
| HSV(B) | 283.85º | 0.42% | 0.73% | - |
| XYZ | 29.74 | 22.27 | 49.19 | - |
| YUV | 133.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 186 | 0.11 | 0.42 | 0 | 0.27 | 283.85 | 0.36 | 0.58 |
| Hex | A5 | 6C | BA | B | 2A | 0 | 1B | 11C | 24 | 3A |
| Octal | 245 | 154 | 272 | 13 | 52 | 0 | 33 | 434 | 44 | 72 |
| Binary | 10100101 | 1101100 | 10111010 | 1011 | 101010 | 0 | 11011 | 100011100 | 100100 | 111010 |
Color Harmonies of #A56CBA
Complementary color
Monochromatic Colors of #A56CBA
Black with #A56CBA
Text Example
Text Example
White with #A56CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CBA; }
p { color: rgb(165,108,186); }
H1.HeaderClassName
{
color: #A56CBA;
}
.AnyTagClassName
{
color: #A56CBA;
}
</style>
background-color css
<style>
a { background-color: #A56CBA; }
a { background-color: rgb(165,108,186); }
div.DivClassName
{
background-color: #A56CBA;
}
.BgClassName
{
background-color: #A56CBA;
}
</style>
border-color css
<style>
span { border-color: #A56CBA; }
span { border-color: rgb(165,108,186); }
td.TdClassName
{
border-color: #A56CBA;
}
.TagClassName
{
border-color: #A56CBA;
}
</style>