Shades of Deep Lilac #A55DBA
Tints of Deep Lilac #A55DBA
RGB
CMYK
RGB Variations
Color information
#A55DBA (or 0xA55DBA) is known color: Deep Lilac. HEX triplet: A5, 5D and BA. RGB value is (165,93,186). Sum of RGB (Red+Green+Blue) = 165+93+186=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A55DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DBA is #5AA245. Grayscale: #7C7C7C. Windows color (decimal): -5939782 or 12213669. OLE color: 12213669.
HSL color Cylindrical-coordinate representation of color #A55DBA: hue angle of 286.45º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55DBA is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 93 | 186 | - |
| CMYK | 0.11 | 0.5 | 0 | 0.27 |
| HSL | 286.45º | 0.4% | 0.55% | - |
| HSV(B) | 286.45º | 0.5% | 0.73% | - |
| XYZ | 28.29 | 19.37 | 48.7 | - |
| YUV | 125.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 186 | 0.11 | 0.5 | 0 | 0.27 | 286.45 | 0.4 | 0.55 |
| Hex | A5 | 5D | BA | B | 32 | 0 | 1B | 11E | 28 | 37 |
| Octal | 245 | 135 | 272 | 13 | 62 | 0 | 33 | 436 | 50 | 67 |
| Binary | 10100101 | 1011101 | 10111010 | 1011 | 110010 | 0 | 11011 | 100011110 | 101000 | 110111 |
Color Harmonies of #A55DBA
Complementary color
Monochromatic Colors of #A55DBA
Black with #A55DBA
Text Example
Text Example
White with #A55DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DBA; }
p { color: rgb(165,93,186); }
H1.HeaderClassName
{
color: #A55DBA;
}
.AnyTagClassName
{
color: #A55DBA;
}
</style>
background-color css
<style>
a { background-color: #A55DBA; }
a { background-color: rgb(165,93,186); }
div.DivClassName
{
background-color: #A55DBA;
}
.BgClassName
{
background-color: #A55DBA;
}
</style>
border-color css
<style>
span { border-color: #A55DBA; }
span { border-color: rgb(165,93,186); }
td.TdClassName
{
border-color: #A55DBA;
}
.TagClassName
{
border-color: #A55DBA;
}
</style>