Shades of Deep Lilac #A56CBD
Tints of Deep Lilac #A56CBD
RGB
CMYK
RGB Variations
Color information
#A56CBD (or 0xA56CBD) is known color: Deep Lilac. HEX triplet: A5, 6C and BD. RGB value is (165,108,189). Sum of RGB (Red+Green+Blue) = 165+108+189=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #A56CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CBD is #5A9342. Grayscale: #868686. Windows color (decimal): -5935939 or 12414117. OLE color: 12414117.
HSL color Cylindrical-coordinate representation of color #A56CBD: hue angle of 282.22º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56CBD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 108 | 189 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.26 |
| HSL | 282.22º | 0.38% | 0.58% | - |
| HSV(B) | 282.22º | 0.43% | 0.74% | - |
| XYZ | 30.06 | 22.4 | 50.88 | - |
| YUV | 134.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 189 | 0.13 | 0.43 | 0 | 0.26 | 282.22 | 0.38 | 0.58 |
| Hex | A5 | 6C | BD | D | 2B | 0 | 1A | 11A | 26 | 3A |
| Octal | 245 | 154 | 275 | 15 | 53 | 0 | 32 | 432 | 46 | 72 |
| Binary | 10100101 | 1101100 | 10111101 | 1101 | 101011 | 0 | 11010 | 100011010 | 100110 | 111010 |
Color Harmonies of #A56CBD
Complementary color
Monochromatic Colors of #A56CBD
Black with #A56CBD
Text Example
Text Example
White with #A56CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CBD; }
p { color: rgb(165,108,189); }
H1.HeaderClassName
{
color: #A56CBD;
}
.AnyTagClassName
{
color: #A56CBD;
}
</style>
background-color css
<style>
a { background-color: #A56CBD; }
a { background-color: rgb(165,108,189); }
div.DivClassName
{
background-color: #A56CBD;
}
.BgClassName
{
background-color: #A56CBD;
}
</style>
border-color css
<style>
span { border-color: #A56CBD; }
span { border-color: rgb(165,108,189); }
td.TdClassName
{
border-color: #A56CBD;
}
.TagClassName
{
border-color: #A56CBD;
}
</style>