Shades of Deep Lilac #A54CBF
Tints of Deep Lilac #A54CBF
RGB
CMYK
RGB Variations
Color information
#A54CBF (or 0xA54CBF) is known color: Deep Lilac. HEX triplet: A5, 4C and BF. RGB value is (165,76,191). Sum of RGB (Red+Green+Blue) = 165+76+191=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #A54CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CBF is #5AB340. Grayscale: #737373. Windows color (decimal): -5944129 or 12536997. OLE color: 12536997.
HSL color Cylindrical-coordinate representation of color #A54CBF: hue angle of 286.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54CBF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 76 | 191 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.25 |
| HSL | 286.43º | 0.47% | 0.52% | - |
| HSV(B) | 286.43º | 0.6% | 0.75% | - |
| XYZ | 27.51 | 16.93 | 51.11 | - |
| YUV | 115.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 191 | 0.14 | 0.60 | 0 | 0.25 | 286.43 | 0.47 | 0.52 |
| Hex | A5 | 4C | BF | E | 3C | 0 | 19 | 11E | 2F | 34 |
| Octal | 245 | 114 | 277 | 16 | 74 | 0 | 31 | 436 | 57 | 64 |
| Binary | 10100101 | 1001100 | 10111111 | 1110 | 111100 | 0 | 11001 | 100011110 | 101111 | 110100 |
Color Harmonies of #A54CBF
Complementary color
Monochromatic Colors of #A54CBF
Black with #A54CBF
Text Example
Text Example
White with #A54CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CBF; }
p { color: rgb(165,76,191); }
H1.HeaderClassName
{
color: #A54CBF;
}
.AnyTagClassName
{
color: #A54CBF;
}
</style>
background-color css
<style>
a { background-color: #A54CBF; }
a { background-color: rgb(165,76,191); }
div.DivClassName
{
background-color: #A54CBF;
}
.BgClassName
{
background-color: #A54CBF;
}
</style>
border-color css
<style>
span { border-color: #A54CBF; }
span { border-color: rgb(165,76,191); }
td.TdClassName
{
border-color: #A54CBF;
}
.TagClassName
{
border-color: #A54CBF;
}
</style>