Shades of Deep Lilac #A56BBB
Tints of Deep Lilac #A56BBB
RGB
CMYK
RGB Variations
Color information
#A56BBB (or 0xA56BBB) is known color: Deep Lilac. HEX triplet: A5, 6B and BB. RGB value is (165,107,187). Sum of RGB (Red+Green+Blue) = 165+107+187=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #A56BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BBB is #5A9444. Grayscale: #858585. Windows color (decimal): -5936197 or 12282789. OLE color: 12282789.
HSL color Cylindrical-coordinate representation of color #A56BBB: hue angle of 283.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56BBB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 107 | 187 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.27 |
| HSL | 283.5º | 0.37% | 0.58% | - |
| HSV(B) | 283.5º | 0.43% | 0.73% | - |
| XYZ | 29.74 | 22.1 | 49.71 | - |
| YUV | 133.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 187 | 0.12 | 0.43 | 0 | 0.27 | 283.5 | 0.37 | 0.58 |
| Hex | A5 | 6B | BB | C | 2B | 0 | 1B | 11C | 25 | 3A |
| Octal | 245 | 153 | 273 | 14 | 53 | 0 | 33 | 434 | 45 | 72 |
| Binary | 10100101 | 1101011 | 10111011 | 1100 | 101011 | 0 | 11011 | 100011100 | 100101 | 111010 |
Color Harmonies of #A56BBB
Complementary color
Monochromatic Colors of #A56BBB
Black with #A56BBB
Text Example
Text Example
White with #A56BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56BBB; }
p { color: rgb(165,107,187); }
H1.HeaderClassName
{
color: #A56BBB;
}
.AnyTagClassName
{
color: #A56BBB;
}
</style>
background-color css
<style>
a { background-color: #A56BBB; }
a { background-color: rgb(165,107,187); }
div.DivClassName
{
background-color: #A56BBB;
}
.BgClassName
{
background-color: #A56BBB;
}
</style>
border-color css
<style>
span { border-color: #A56BBB; }
span { border-color: rgb(165,107,187); }
td.TdClassName
{
border-color: #A56BBB;
}
.TagClassName
{
border-color: #A56BBB;
}
</style>