Shades of Deep Lilac #A344AD
Tints of Deep Lilac #A344AD
RGB
CMYK
RGB Variations
Color information
#A344AD (or 0xA344AD) is known color: Deep Lilac. HEX triplet: A3, 44 and AD. RGB value is (163,68,173). Sum of RGB (Red+Green+Blue) = 163+68+173=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #A344AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A344AD is #5CBB52. Grayscale: #6C6C6C. Windows color (decimal): -6077267 or 11355299. OLE color: 11355299.
HSL color Cylindrical-coordinate representation of color #A344AD: hue angle of 294.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A344AD is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 68 | 173 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.32 |
| HSL | 294.29º | 0.44% | 0.47% | - |
| HSV(B) | 294.29º | 0.61% | 0.68% | - |
| XYZ | 24.71 | 14.94 | 41.12 | - |
| YUV | 108.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 173 | 0.06 | 0.61 | 0 | 0.32 | 294.29 | 0.44 | 0.47 |
| Hex | A3 | 44 | AD | 6 | 3D | 0 | 20 | 126 | 2C | 2F |
| Octal | 243 | 104 | 255 | 6 | 75 | 0 | 40 | 446 | 54 | 57 |
| Binary | 10100011 | 1000100 | 10101101 | 110 | 111101 | 0 | 100000 | 100100110 | 101100 | 101111 |
Color Harmonies of #A344AD
Complementary color
Monochromatic Colors of #A344AD
Black with #A344AD
Text Example
Text Example
White with #A344AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344AD; }
p { color: rgb(163,68,173); }
H1.HeaderClassName
{
color: #A344AD;
}
.AnyTagClassName
{
color: #A344AD;
}
</style>
background-color css
<style>
a { background-color: #A344AD; }
a { background-color: rgb(163,68,173); }
div.DivClassName
{
background-color: #A344AD;
}
.BgClassName
{
background-color: #A344AD;
}
</style>
border-color css
<style>
span { border-color: #A344AD; }
span { border-color: rgb(163,68,173); }
td.TdClassName
{
border-color: #A344AD;
}
.TagClassName
{
border-color: #A344AD;
}
</style>