Shades of Deep Lilac #A55BBC
Tints of Deep Lilac #A55BBC
RGB
CMYK
RGB Variations
Color information
#A55BBC (or 0xA55BBC) is known color: Deep Lilac. HEX triplet: A5, 5B and BC. RGB value is (165,91,188). Sum of RGB (Red+Green+Blue) = 165+91+188=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #A55BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BBC is #5AA443. Grayscale: #7B7B7B. Windows color (decimal): -5940292 or 12344229. OLE color: 12344229.
HSL color Cylindrical-coordinate representation of color #A55BBC: hue angle of 285.77º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55BBC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 91 | 188 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.26 |
| HSL | 285.77º | 0.42% | 0.55% | - |
| HSV(B) | 285.77º | 0.52% | 0.74% | - |
| XYZ | 28.34 | 19.11 | 49.77 | - |
| YUV | 124.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 188 | 0.12 | 0.52 | 0 | 0.26 | 285.77 | 0.42 | 0.55 |
| Hex | A5 | 5B | BC | C | 34 | 0 | 1A | 11E | 2A | 37 |
| Octal | 245 | 133 | 274 | 14 | 64 | 0 | 32 | 436 | 52 | 67 |
| Binary | 10100101 | 1011011 | 10111100 | 1100 | 110100 | 0 | 11010 | 100011110 | 101010 | 110111 |
Color Harmonies of #A55BBC
Complementary color
Monochromatic Colors of #A55BBC
Black with #A55BBC
Text Example
Text Example
White with #A55BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BBC; }
p { color: rgb(165,91,188); }
H1.HeaderClassName
{
color: #A55BBC;
}
.AnyTagClassName
{
color: #A55BBC;
}
</style>
background-color css
<style>
a { background-color: #A55BBC; }
a { background-color: rgb(165,91,188); }
div.DivClassName
{
background-color: #A55BBC;
}
.BgClassName
{
background-color: #A55BBC;
}
</style>
border-color css
<style>
span { border-color: #A55BBC; }
span { border-color: rgb(165,91,188); }
td.TdClassName
{
border-color: #A55BBC;
}
.TagClassName
{
border-color: #A55BBC;
}
</style>