Shades of Deep Lilac #A340BA
Tints of Deep Lilac #A340BA
RGB
CMYK
RGB Variations
Color information
#A340BA (or 0xA340BA) is known color: Deep Lilac. HEX triplet: A3, 40 and BA. RGB value is (163,64,186). Sum of RGB (Red+Green+Blue) = 163+64+186=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #A340BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340BA is #5CBF45. Grayscale: #6B6B6B. Windows color (decimal): -6078278 or 12206243. OLE color: 12206243.
HSL color Cylindrical-coordinate representation of color #A340BA: hue angle of 288.69º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A340BA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 64 | 186 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.27 |
| HSL | 288.69º | 0.49% | 0.49% | - |
| HSV(B) | 288.69º | 0.66% | 0.73% | - |
| XYZ | 25.8 | 15 | 47.99 | - |
| YUV | 107.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 186 | 0.12 | 0.66 | 0 | 0.27 | 288.69 | 0.49 | 0.49 |
| Hex | A3 | 40 | BA | C | 42 | 0 | 1B | 121 | 31 | 31 |
| Octal | 243 | 100 | 272 | 14 | 102 | 0 | 33 | 441 | 61 | 61 |
| Binary | 10100011 | 1000000 | 10111010 | 1100 | 1000010 | 0 | 11011 | 100100001 | 110001 | 110001 |
Color Harmonies of #A340BA
Complementary color
Monochromatic Colors of #A340BA
Black with #A340BA
Text Example
Text Example
White with #A340BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340BA; }
p { color: rgb(163,64,186); }
H1.HeaderClassName
{
color: #A340BA;
}
.AnyTagClassName
{
color: #A340BA;
}
</style>
background-color css
<style>
a { background-color: #A340BA; }
a { background-color: rgb(163,64,186); }
div.DivClassName
{
background-color: #A340BA;
}
.BgClassName
{
background-color: #A340BA;
}
</style>
border-color css
<style>
span { border-color: #A340BA; }
span { border-color: rgb(163,64,186); }
td.TdClassName
{
border-color: #A340BA;
}
.TagClassName
{
border-color: #A340BA;
}
</style>