Shades of Deep Lilac #A54FCF
Tints of Deep Lilac #A54FCF
RGB
CMYK
RGB Variations
Color information
#A54FCF (or 0xA54FCF) is known color: Deep Lilac. HEX triplet: A5, 4F and CF. RGB value is (165,79,207). Sum of RGB (Red+Green+Blue) = 165+79+207=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #A54FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FCF is #5AB030. Grayscale: #767676. Windows color (decimal): -5943345 or 13586341. OLE color: 13586341.
HSL color Cylindrical-coordinate representation of color #A54FCF: hue angle of 280.31º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54FCF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 79 | 207 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.19 |
| HSL | 280.31º | 0.57% | 0.56% | - |
| HSV(B) | 280.31º | 0.62% | 0.81% | - |
| XYZ | 29.58 | 18.1 | 60.97 | - |
| YUV | 119.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 207 | 0.20 | 0.62 | 0 | 0.19 | 280.31 | 0.57 | 0.56 |
| Hex | A5 | 4F | CF | 14 | 3E | 0 | 13 | 118 | 39 | 38 |
| Octal | 245 | 117 | 317 | 24 | 76 | 0 | 23 | 430 | 71 | 70 |
| Binary | 10100101 | 1001111 | 11001111 | 10100 | 111110 | 0 | 10011 | 100011000 | 111001 | 111000 |
Color Harmonies of #A54FCF
Complementary color
Monochromatic Colors of #A54FCF
Black with #A54FCF
Text Example
Text Example
White with #A54FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FCF; }
p { color: rgb(165,79,207); }
H1.HeaderClassName
{
color: #A54FCF;
}
.AnyTagClassName
{
color: #A54FCF;
}
</style>
background-color css
<style>
a { background-color: #A54FCF; }
a { background-color: rgb(165,79,207); }
div.DivClassName
{
background-color: #A54FCF;
}
.BgClassName
{
background-color: #A54FCF;
}
</style>
border-color css
<style>
span { border-color: #A54FCF; }
span { border-color: rgb(165,79,207); }
td.TdClassName
{
border-color: #A54FCF;
}
.TagClassName
{
border-color: #A54FCF;
}
</style>