Shades of Deep Lilac #A45DBA
Tints of Deep Lilac #A45DBA
RGB
CMYK
RGB Variations
Color information
#A45DBA (or 0xA45DBA) is known color: Deep Lilac. HEX triplet: A4, 5D and BA. RGB value is (164,93,186). Sum of RGB (Red+Green+Blue) = 164+93+186=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #A45DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DBA is #5BA245. Grayscale: #7C7C7C. Windows color (decimal): -6005318 or 12213668. OLE color: 12213668.
HSL color Cylindrical-coordinate representation of color #A45DBA: hue angle of 285.81º 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 #A45DBA is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 93 | 186 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.27 |
| HSL | 285.81º | 0.4% | 0.55% | - |
| HSV(B) | 285.81º | 0.5% | 0.73% | - |
| XYZ | 28.09 | 19.27 | 48.69 | - |
| YUV | 124.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 186 | 0.12 | 0.5 | 0 | 0.27 | 285.81 | 0.4 | 0.55 |
| Hex | A4 | 5D | BA | C | 32 | 0 | 1B | 11E | 28 | 37 |
| Octal | 244 | 135 | 272 | 14 | 62 | 0 | 33 | 436 | 50 | 67 |
| Binary | 10100100 | 1011101 | 10111010 | 1100 | 110010 | 0 | 11011 | 100011110 | 101000 | 110111 |
Color Harmonies of #A45DBA
Complementary color
Monochromatic Colors of #A45DBA
Black with #A45DBA
Text Example
Text Example
White with #A45DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DBA; }
p { color: rgb(164,93,186); }
H1.HeaderClassName
{
color: #A45DBA;
}
.AnyTagClassName
{
color: #A45DBA;
}
</style>
background-color css
<style>
a { background-color: #A45DBA; }
a { background-color: rgb(164,93,186); }
div.DivClassName
{
background-color: #A45DBA;
}
.BgClassName
{
background-color: #A45DBA;
}
</style>
border-color css
<style>
span { border-color: #A45DBA; }
span { border-color: rgb(164,93,186); }
td.TdClassName
{
border-color: #A45DBA;
}
.TagClassName
{
border-color: #A45DBA;
}
</style>