Shades of Deep Lilac #A340AD
Tints of Deep Lilac #A340AD
RGB
CMYK
RGB Variations
Color information
#A340AD (or 0xA340AD) is known color: Deep Lilac. HEX triplet: A3, 40 and AD. RGB value is (163,64,173). Sum of RGB (Red+Green+Blue) = 163+64+173=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #A340AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A340AD is #5CBF52. Grayscale: #696969. Windows color (decimal): -6078291 or 11354275. OLE color: 11354275.
HSL color Cylindrical-coordinate representation of color #A340AD: hue angle of 294.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A340AD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 64 | 173 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.32 |
| HSL | 294.5º | 0.46% | 0.46% | - |
| HSV(B) | 294.5º | 0.63% | 0.68% | - |
| XYZ | 24.48 | 14.47 | 41.04 | - |
| YUV | 106.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 173 | 0.06 | 0.63 | 0 | 0.32 | 294.5 | 0.46 | 0.46 |
| Hex | A3 | 40 | AD | 6 | 3F | 0 | 20 | 126 | 2E | 2E |
| Octal | 243 | 100 | 255 | 6 | 77 | 0 | 40 | 446 | 56 | 56 |
| Binary | 10100011 | 1000000 | 10101101 | 110 | 111111 | 0 | 100000 | 100100110 | 101110 | 101110 |
Color Harmonies of #A340AD
Complementary color
Monochromatic Colors of #A340AD
Black with #A340AD
Text Example
Text Example
White with #A340AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340AD; }
p { color: rgb(163,64,173); }
H1.HeaderClassName
{
color: #A340AD;
}
.AnyTagClassName
{
color: #A340AD;
}
</style>
background-color css
<style>
a { background-color: #A340AD; }
a { background-color: rgb(163,64,173); }
div.DivClassName
{
background-color: #A340AD;
}
.BgClassName
{
background-color: #A340AD;
}
</style>
border-color css
<style>
span { border-color: #A340AD; }
span { border-color: rgb(163,64,173); }
td.TdClassName
{
border-color: #A340AD;
}
.TagClassName
{
border-color: #A340AD;
}
</style>