Shades of Deep Lilac #A341AD
Tints of Deep Lilac #A341AD
RGB
CMYK
RGB Variations
Color information
#A341AD (or 0xA341AD) is known color: Deep Lilac. HEX triplet: A3, 41 and AD. RGB value is (163,65,173). Sum of RGB (Red+Green+Blue) = 163+65+173=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #A341AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A341AD is #5CBE52. Grayscale: #6A6A6A. Windows color (decimal): -6078035 or 11354531. OLE color: 11354531.
HSL color Cylindrical-coordinate representation of color #A341AD: hue angle of 294.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A341AD is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 65 | 173 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.32 |
| HSL | 294.44º | 0.45% | 0.47% | - |
| HSV(B) | 294.44º | 0.62% | 0.68% | - |
| XYZ | 24.54 | 14.58 | 41.06 | - |
| YUV | 106.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 173 | 0.06 | 0.62 | 0 | 0.32 | 294.44 | 0.45 | 0.47 |
| Hex | A3 | 41 | AD | 6 | 3E | 0 | 20 | 126 | 2D | 2F |
| Octal | 243 | 101 | 255 | 6 | 76 | 0 | 40 | 446 | 55 | 57 |
| Binary | 10100011 | 1000001 | 10101101 | 110 | 111110 | 0 | 100000 | 100100110 | 101101 | 101111 |
Color Harmonies of #A341AD
Complementary color
Monochromatic Colors of #A341AD
Black with #A341AD
Text Example
Text Example
White with #A341AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341AD; }
p { color: rgb(163,65,173); }
H1.HeaderClassName
{
color: #A341AD;
}
.AnyTagClassName
{
color: #A341AD;
}
</style>
background-color css
<style>
a { background-color: #A341AD; }
a { background-color: rgb(163,65,173); }
div.DivClassName
{
background-color: #A341AD;
}
.BgClassName
{
background-color: #A341AD;
}
</style>
border-color css
<style>
span { border-color: #A341AD; }
span { border-color: rgb(163,65,173); }
td.TdClassName
{
border-color: #A341AD;
}
.TagClassName
{
border-color: #A341AD;
}
</style>