Shades of Deep Lilac #A340B9
Tints of Deep Lilac #A340B9
RGB
CMYK
RGB Variations
Color information
#A340B9 (or 0xA340B9) is known color: Deep Lilac. HEX triplet: A3, 40 and B9. RGB value is (163,64,185). Sum of RGB (Red+Green+Blue) = 163+64+185=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #A340B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340B9 is #5CBF46. Grayscale: #6B6B6B. Windows color (decimal): -6078279 or 12140707. OLE color: 12140707.
HSL color Cylindrical-coordinate representation of color #A340B9: hue angle of 289.09º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A340B9 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 64 | 185 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.27 |
| HSL | 289.09º | 0.49% | 0.49% | - |
| HSV(B) | 289.09º | 0.65% | 0.73% | - |
| XYZ | 25.69 | 14.96 | 47.43 | - |
| YUV | 107.4 | 171.8 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 185 | 0.12 | 0.65 | 0 | 0.27 | 289.09 | 0.49 | 0.49 |
| Hex | A3 | 40 | B9 | C | 41 | 0 | 1B | 121 | 31 | 31 |
| Octal | 243 | 100 | 271 | 14 | 101 | 0 | 33 | 441 | 61 | 61 |
| Binary | 10100011 | 1000000 | 10111001 | 1100 | 1000001 | 0 | 11011 | 100100001 | 110001 | 110001 |
Color Harmonies of #A340B9
Complementary color
Monochromatic Colors of #A340B9
Black with #A340B9
Text Example
Text Example
White with #A340B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340B9; }
p { color: rgb(163,64,185); }
H1.HeaderClassName
{
color: #A340B9;
}
.AnyTagClassName
{
color: #A340B9;
}
</style>
background-color css
<style>
a { background-color: #A340B9; }
a { background-color: rgb(163,64,185); }
div.DivClassName
{
background-color: #A340B9;
}
.BgClassName
{
background-color: #A340B9;
}
</style>
border-color css
<style>
span { border-color: #A340B9; }
span { border-color: rgb(163,64,185); }
td.TdClassName
{
border-color: #A340B9;
}
.TagClassName
{
border-color: #A340B9;
}
</style>