Shades of Deep Lilac #A55EB8
Tints of Deep Lilac #A55EB8
RGB
CMYK
RGB Variations
Color information
#A55EB8 (or 0xA55EB8) is known color: Deep Lilac. HEX triplet: A5, 5E and B8. RGB value is (165,94,184). Sum of RGB (Red+Green+Blue) = 165+94+184=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 184 - color contains mainly: blue. Hex color #A55EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EB8 is #5AA147. Grayscale: #7D7D7D. Windows color (decimal): -5939528 or 12082853. OLE color: 12082853.
HSL color Cylindrical-coordinate representation of color #A55EB8: hue angle of 287.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55EB8 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 94 | 184 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.28 |
| HSL | 287.33º | 0.39% | 0.55% | - |
| HSV(B) | 287.33º | 0.49% | 0.72% | - |
| XYZ | 28.17 | 19.47 | 47.62 | - |
| YUV | 125.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 184 | 0.10 | 0.49 | 0 | 0.28 | 287.33 | 0.39 | 0.55 |
| Hex | A5 | 5E | B8 | A | 31 | 0 | 1C | 11F | 27 | 37 |
| Octal | 245 | 136 | 270 | 12 | 61 | 0 | 34 | 437 | 47 | 67 |
| Binary | 10100101 | 1011110 | 10111000 | 1010 | 110001 | 0 | 11100 | 100011111 | 100111 | 110111 |
Color Harmonies of #A55EB8
Complementary color
Monochromatic Colors of #A55EB8
Black with #A55EB8
Text Example
Text Example
White with #A55EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EB8; }
p { color: rgb(165,94,184); }
H1.HeaderClassName
{
color: #A55EB8;
}
.AnyTagClassName
{
color: #A55EB8;
}
</style>
background-color css
<style>
a { background-color: #A55EB8; }
a { background-color: rgb(165,94,184); }
div.DivClassName
{
background-color: #A55EB8;
}
.BgClassName
{
background-color: #A55EB8;
}
</style>
border-color css
<style>
span { border-color: #A55EB8; }
span { border-color: rgb(165,94,184); }
td.TdClassName
{
border-color: #A55EB8;
}
.TagClassName
{
border-color: #A55EB8;
}
</style>