Shades of Deep Lilac #A55EC8
Tints of Deep Lilac #A55EC8
RGB
CMYK
RGB Variations
Color information
#A55EC8 (or 0xA55EC8) is known color: Deep Lilac. HEX triplet: A5, 5E and C8. RGB value is (165,94,200). Sum of RGB (Red+Green+Blue) = 165+94+200=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #A55EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EC8 is #5AA137. Grayscale: #7E7E7E. Windows color (decimal): -5939512 or 13131429. OLE color: 13131429.
HSL color Cylindrical-coordinate representation of color #A55EC8: hue angle of 280.19º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A55EC8 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 94 | 200 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.22 |
| HSL | 280.19º | 0.49% | 0.58% | - |
| HSV(B) | 280.19º | 0.53% | 0.78% | - |
| XYZ | 29.95 | 20.17 | 56.96 | - |
| YUV | 127.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 200 | 0.18 | 0.53 | 0 | 0.22 | 280.19 | 0.49 | 0.58 |
| Hex | A5 | 5E | C8 | 12 | 35 | 0 | 16 | 118 | 31 | 3A |
| Octal | 245 | 136 | 310 | 22 | 65 | 0 | 26 | 430 | 61 | 72 |
| Binary | 10100101 | 1011110 | 11001000 | 10010 | 110101 | 0 | 10110 | 100011000 | 110001 | 111010 |
Color Harmonies of #A55EC8
Complementary color
Monochromatic Colors of #A55EC8
Black with #A55EC8
Text Example
Text Example
White with #A55EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EC8; }
p { color: rgb(165,94,200); }
H1.HeaderClassName
{
color: #A55EC8;
}
.AnyTagClassName
{
color: #A55EC8;
}
</style>
background-color css
<style>
a { background-color: #A55EC8; }
a { background-color: rgb(165,94,200); }
div.DivClassName
{
background-color: #A55EC8;
}
.BgClassName
{
background-color: #A55EC8;
}
</style>
border-color css
<style>
span { border-color: #A55EC8; }
span { border-color: rgb(165,94,200); }
td.TdClassName
{
border-color: #A55EC8;
}
.TagClassName
{
border-color: #A55EC8;
}
</style>