Shades of Deep Lilac #A343AD
Tints of Deep Lilac #A343AD
RGB
CMYK
RGB Variations
Color information
#A343AD (or 0xA343AD) is known color: Deep Lilac. HEX triplet: A3, 43 and AD. RGB value is (163,67,173). Sum of RGB (Red+Green+Blue) = 163+67+173=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #A343AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A343AD is #5CBC52. Grayscale: #6B6B6B. Windows color (decimal): -6077523 or 11355043. OLE color: 11355043.
HSL color Cylindrical-coordinate representation of color #A343AD: hue angle of 294.34º 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 #A343AD is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 67 | 173 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.32 |
| HSL | 294.34º | 0.44% | 0.47% | - |
| HSV(B) | 294.34º | 0.61% | 0.68% | - |
| XYZ | 24.65 | 14.82 | 41.1 | - |
| YUV | 107.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 173 | 0.06 | 0.61 | 0 | 0.32 | 294.34 | 0.44 | 0.47 |
| Hex | A3 | 43 | AD | 6 | 3D | 0 | 20 | 126 | 2C | 2F |
| Octal | 243 | 103 | 255 | 6 | 75 | 0 | 40 | 446 | 54 | 57 |
| Binary | 10100011 | 1000011 | 10101101 | 110 | 111101 | 0 | 100000 | 100100110 | 101100 | 101111 |
Color Harmonies of #A343AD
Complementary color
Monochromatic Colors of #A343AD
Black with #A343AD
Text Example
Text Example
White with #A343AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343AD; }
p { color: rgb(163,67,173); }
H1.HeaderClassName
{
color: #A343AD;
}
.AnyTagClassName
{
color: #A343AD;
}
</style>
background-color css
<style>
a { background-color: #A343AD; }
a { background-color: rgb(163,67,173); }
div.DivClassName
{
background-color: #A343AD;
}
.BgClassName
{
background-color: #A343AD;
}
</style>
border-color css
<style>
span { border-color: #A343AD; }
span { border-color: rgb(163,67,173); }
td.TdClassName
{
border-color: #A343AD;
}
.TagClassName
{
border-color: #A343AD;
}
</style>