Shades of Deep Lilac #A54BBA
Tints of Deep Lilac #A54BBA
RGB
CMYK
RGB Variations
Color information
#A54BBA (or 0xA54BBA) is known color: Deep Lilac. HEX triplet: A5, 4B and BA. RGB value is (165,75,186). Sum of RGB (Red+Green+Blue) = 165+75+186=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #A54BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BBA is #5AB445. Grayscale: #727272. Windows color (decimal): -5944390 or 12209061. OLE color: 12209061.
HSL color Cylindrical-coordinate representation of color #A54BBA: hue angle of 288.65º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54BBA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 75 | 186 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.27 |
| HSL | 288.65º | 0.45% | 0.51% | - |
| HSV(B) | 288.65º | 0.6% | 0.73% | - |
| XYZ | 26.9 | 16.58 | 48.24 | - |
| YUV | 114.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 186 | 0.11 | 0.60 | 0 | 0.27 | 288.65 | 0.45 | 0.51 |
| Hex | A5 | 4B | BA | B | 3C | 0 | 1B | 121 | 2D | 33 |
| Octal | 245 | 113 | 272 | 13 | 74 | 0 | 33 | 441 | 55 | 63 |
| Binary | 10100101 | 1001011 | 10111010 | 1011 | 111100 | 0 | 11011 | 100100001 | 101101 | 110011 |
Color Harmonies of #A54BBA
Complementary color
Monochromatic Colors of #A54BBA
Black with #A54BBA
Text Example
Text Example
White with #A54BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54BBA; }
p { color: rgb(165,75,186); }
H1.HeaderClassName
{
color: #A54BBA;
}
.AnyTagClassName
{
color: #A54BBA;
}
</style>
background-color css
<style>
a { background-color: #A54BBA; }
a { background-color: rgb(165,75,186); }
div.DivClassName
{
background-color: #A54BBA;
}
.BgClassName
{
background-color: #A54BBA;
}
</style>
border-color css
<style>
span { border-color: #A54BBA; }
span { border-color: rgb(165,75,186); }
td.TdClassName
{
border-color: #A54BBA;
}
.TagClassName
{
border-color: #A54BBA;
}
</style>