Shades of Deep Lilac #A55EC7
Tints of Deep Lilac #A55EC7
RGB
CMYK
RGB Variations
Color information
#A55EC7 (or 0xA55EC7) is known color: Deep Lilac. HEX triplet: A5, 5E and C7. RGB value is (165,94,199). Sum of RGB (Red+Green+Blue) = 165+94+199=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 199 - color contains mainly: blue. Hex color #A55EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EC7 is #5AA138. Grayscale: #7E7E7E. Windows color (decimal): -5939513 or 13065893. OLE color: 13065893.
HSL color Cylindrical-coordinate representation of color #A55EC7: hue angle of 280.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A55EC7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 94 | 199 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.22 |
| HSL | 280.57º | 0.48% | 0.57% | - |
| HSV(B) | 280.57º | 0.53% | 0.78% | - |
| XYZ | 29.83 | 20.13 | 56.35 | - |
| YUV | 127.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 199 | 0.17 | 0.53 | 0 | 0.22 | 280.57 | 0.48 | 0.57 |
| Hex | A5 | 5E | C7 | 11 | 35 | 0 | 16 | 119 | 30 | 39 |
| Octal | 245 | 136 | 307 | 21 | 65 | 0 | 26 | 431 | 60 | 71 |
| Binary | 10100101 | 1011110 | 11000111 | 10001 | 110101 | 0 | 10110 | 100011001 | 110000 | 111001 |
Color Harmonies of #A55EC7
Complementary color
Monochromatic Colors of #A55EC7
Black with #A55EC7
Text Example
Text Example
White with #A55EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EC7; }
p { color: rgb(165,94,199); }
H1.HeaderClassName
{
color: #A55EC7;
}
.AnyTagClassName
{
color: #A55EC7;
}
</style>
background-color css
<style>
a { background-color: #A55EC7; }
a { background-color: rgb(165,94,199); }
div.DivClassName
{
background-color: #A55EC7;
}
.BgClassName
{
background-color: #A55EC7;
}
</style>
border-color css
<style>
span { border-color: #A55EC7; }
span { border-color: rgb(165,94,199); }
td.TdClassName
{
border-color: #A55EC7;
}
.TagClassName
{
border-color: #A55EC7;
}
</style>