Shades of Deep Lilac #A54FC7
Tints of Deep Lilac #A54FC7
RGB
CMYK
RGB Variations
Color information
#A54FC7 (or 0xA54FC7) is known color: Deep Lilac. HEX triplet: A5, 4F and C7. RGB value is (165,79,199). Sum of RGB (Red+Green+Blue) = 165+79+199=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #A54FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FC7 is #5AB038. Grayscale: #767676. Windows color (decimal): -5943353 or 13062053. OLE color: 13062053.
HSL color Cylindrical-coordinate representation of color #A54FC7: hue angle of 283º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54FC7 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 79 | 199 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.22 |
| HSL | 283º | 0.52% | 0.55% | - |
| HSV(B) | 283º | 0.6% | 0.78% | - |
| XYZ | 28.62 | 17.71 | 55.94 | - |
| YUV | 118.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 199 | 0.17 | 0.60 | 0 | 0.22 | 283 | 0.52 | 0.55 |
| Hex | A5 | 4F | C7 | 11 | 3C | 0 | 16 | 11B | 34 | 37 |
| Octal | 245 | 117 | 307 | 21 | 74 | 0 | 26 | 433 | 64 | 67 |
| Binary | 10100101 | 1001111 | 11000111 | 10001 | 111100 | 0 | 10110 | 100011011 | 110100 | 110111 |
Color Harmonies of #A54FC7
Complementary color
Monochromatic Colors of #A54FC7
Black with #A54FC7
Text Example
Text Example
White with #A54FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FC7; }
p { color: rgb(165,79,199); }
H1.HeaderClassName
{
color: #A54FC7;
}
.AnyTagClassName
{
color: #A54FC7;
}
</style>
background-color css
<style>
a { background-color: #A54FC7; }
a { background-color: rgb(165,79,199); }
div.DivClassName
{
background-color: #A54FC7;
}
.BgClassName
{
background-color: #A54FC7;
}
</style>
border-color css
<style>
span { border-color: #A54FC7; }
span { border-color: rgb(165,79,199); }
td.TdClassName
{
border-color: #A54FC7;
}
.TagClassName
{
border-color: #A54FC7;
}
</style>