Shades of Deep Lilac #A54DCD
Tints of Deep Lilac #A54DCD
RGB
CMYK
RGB Variations
Color information
#A54DCD (or 0xA54DCD) is known color: Deep Lilac. HEX triplet: A5, 4D and CD. RGB value is (165,77,205). Sum of RGB (Red+Green+Blue) = 165+77+205=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #A54DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DCD is #5AB232. Grayscale: #757575. Windows color (decimal): -5943859 or 13454757. OLE color: 13454757.
HSL color Cylindrical-coordinate representation of color #A54DCD: hue angle of 281.25º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54DCD is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 77 | 205 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.20 |
| HSL | 281.25º | 0.56% | 0.55% | - |
| HSV(B) | 281.25º | 0.62% | 0.8% | - |
| XYZ | 29.19 | 17.71 | 59.64 | - |
| YUV | 117.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 205 | 0.20 | 0.62 | 0 | 0.20 | 281.25 | 0.56 | 0.55 |
| Hex | A5 | 4D | CD | 14 | 3E | 0 | 14 | 119 | 38 | 37 |
| Octal | 245 | 115 | 315 | 24 | 76 | 0 | 24 | 431 | 70 | 67 |
| Binary | 10100101 | 1001101 | 11001101 | 10100 | 111110 | 0 | 10100 | 100011001 | 111000 | 110111 |
Color Harmonies of #A54DCD
Complementary color
Monochromatic Colors of #A54DCD
Black with #A54DCD
Text Example
Text Example
White with #A54DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DCD; }
p { color: rgb(165,77,205); }
H1.HeaderClassName
{
color: #A54DCD;
}
.AnyTagClassName
{
color: #A54DCD;
}
</style>
background-color css
<style>
a { background-color: #A54DCD; }
a { background-color: rgb(165,77,205); }
div.DivClassName
{
background-color: #A54DCD;
}
.BgClassName
{
background-color: #A54DCD;
}
</style>
border-color css
<style>
span { border-color: #A54DCD; }
span { border-color: rgb(165,77,205); }
td.TdClassName
{
border-color: #A54DCD;
}
.TagClassName
{
border-color: #A54DCD;
}
</style>