Shades of Deep Lilac #A55EBF
Tints of Deep Lilac #A55EBF
RGB
CMYK
RGB Variations
Color information
#A55EBF (or 0xA55EBF) is known color: Deep Lilac. HEX triplet: A5, 5E and BF. RGB value is (165,94,191). Sum of RGB (Red+Green+Blue) = 165+94+191=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #A55EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EBF is #5AA140. Grayscale: #7D7D7D. Windows color (decimal): -5939521 or 12541605. OLE color: 12541605.
HSL color Cylindrical-coordinate representation of color #A55EBF: hue angle of 283.92º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55EBF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 94 | 191 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.25 |
| HSL | 283.92º | 0.43% | 0.56% | - |
| HSV(B) | 283.92º | 0.51% | 0.75% | - |
| XYZ | 28.92 | 19.77 | 51.58 | - |
| YUV | 126.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 191 | 0.14 | 0.51 | 0 | 0.25 | 283.92 | 0.43 | 0.56 |
| Hex | A5 | 5E | BF | E | 33 | 0 | 19 | 11C | 2B | 38 |
| Octal | 245 | 136 | 277 | 16 | 63 | 0 | 31 | 434 | 53 | 70 |
| Binary | 10100101 | 1011110 | 10111111 | 1110 | 110011 | 0 | 11001 | 100011100 | 101011 | 111000 |
Color Harmonies of #A55EBF
Complementary color
Monochromatic Colors of #A55EBF
Black with #A55EBF
Text Example
Text Example
White with #A55EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EBF; }
p { color: rgb(165,94,191); }
H1.HeaderClassName
{
color: #A55EBF;
}
.AnyTagClassName
{
color: #A55EBF;
}
</style>
background-color css
<style>
a { background-color: #A55EBF; }
a { background-color: rgb(165,94,191); }
div.DivClassName
{
background-color: #A55EBF;
}
.BgClassName
{
background-color: #A55EBF;
}
</style>
border-color css
<style>
span { border-color: #A55EBF; }
span { border-color: rgb(165,94,191); }
td.TdClassName
{
border-color: #A55EBF;
}
.TagClassName
{
border-color: #A55EBF;
}
</style>