Shades of Deep Lilac #A54DCB
Tints of Deep Lilac #A54DCB
RGB
CMYK
RGB Variations
Color information
#A54DCB (or 0xA54DCB) is known color: Deep Lilac. HEX triplet: A5, 4D and CB. RGB value is (165,77,203). Sum of RGB (Red+Green+Blue) = 165+77+203=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #A54DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DCB is #5AB234. Grayscale: #757575. Windows color (decimal): -5943861 or 13323685. OLE color: 13323685.
HSL color Cylindrical-coordinate representation of color #A54DCB: hue angle of 281.9º degrees, saturation: 0.55, 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 #A54DCB is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 77 | 203 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.20 |
| HSL | 281.9º | 0.55% | 0.55% | - |
| HSV(B) | 281.9º | 0.62% | 0.8% | - |
| XYZ | 28.95 | 17.62 | 58.37 | - |
| YUV | 117.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 203 | 0.19 | 0.62 | 0 | 0.20 | 281.9 | 0.55 | 0.55 |
| Hex | A5 | 4D | CB | 13 | 3E | 0 | 14 | 11A | 37 | 37 |
| Octal | 245 | 115 | 313 | 23 | 76 | 0 | 24 | 432 | 67 | 67 |
| Binary | 10100101 | 1001101 | 11001011 | 10011 | 111110 | 0 | 10100 | 100011010 | 110111 | 110111 |
Color Harmonies of #A54DCB
Complementary color
Monochromatic Colors of #A54DCB
Black with #A54DCB
Text Example
Text Example
White with #A54DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DCB; }
p { color: rgb(165,77,203); }
H1.HeaderClassName
{
color: #A54DCB;
}
.AnyTagClassName
{
color: #A54DCB;
}
</style>
background-color css
<style>
a { background-color: #A54DCB; }
a { background-color: rgb(165,77,203); }
div.DivClassName
{
background-color: #A54DCB;
}
.BgClassName
{
background-color: #A54DCB;
}
</style>
border-color css
<style>
span { border-color: #A54DCB; }
span { border-color: rgb(165,77,203); }
td.TdClassName
{
border-color: #A54DCB;
}
.TagClassName
{
border-color: #A54DCB;
}
</style>