Shades of Deep Lilac #A54EC6
Tints of Deep Lilac #A54EC6
RGB
CMYK
RGB Variations
Color information
#A54EC6 (or 0xA54EC6) is known color: Deep Lilac. HEX triplet: A5, 4E and C6. RGB value is (165,78,198). Sum of RGB (Red+Green+Blue) = 165+78+198=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #A54EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EC6 is #5AB139. Grayscale: #757575. Windows color (decimal): -5943610 or 12996261. OLE color: 12996261.
HSL color Cylindrical-coordinate representation of color #A54EC6: hue angle of 283.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54EC6 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 78 | 198 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.22 |
| HSL | 283.5º | 0.51% | 0.54% | - |
| HSV(B) | 283.5º | 0.61% | 0.78% | - |
| XYZ | 28.43 | 17.53 | 55.31 | - |
| YUV | 117.69 | 173.32 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 198 | 0.17 | 0.61 | 0 | 0.22 | 283.5 | 0.51 | 0.54 |
| Hex | A5 | 4E | C6 | 11 | 3D | 0 | 16 | 11C | 33 | 36 |
| Octal | 245 | 116 | 306 | 21 | 75 | 0 | 26 | 434 | 63 | 66 |
| Binary | 10100101 | 1001110 | 11000110 | 10001 | 111101 | 0 | 10110 | 100011100 | 110011 | 110110 |
Color Harmonies of #A54EC6
Complementary color
Monochromatic Colors of #A54EC6
Black with #A54EC6
Text Example
Text Example
White with #A54EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EC6; }
p { color: rgb(165,78,198); }
H1.HeaderClassName
{
color: #A54EC6;
}
.AnyTagClassName
{
color: #A54EC6;
}
</style>
background-color css
<style>
a { background-color: #A54EC6; }
a { background-color: rgb(165,78,198); }
div.DivClassName
{
background-color: #A54EC6;
}
.BgClassName
{
background-color: #A54EC6;
}
</style>
border-color css
<style>
span { border-color: #A54EC6; }
span { border-color: rgb(165,78,198); }
td.TdClassName
{
border-color: #A54EC6;
}
.TagClassName
{
border-color: #A54EC6;
}
</style>