Shades of Deep Lilac #A349CD
Tints of Deep Lilac #A349CD
RGB
CMYK
RGB Variations
Color information
#A349CD (or 0xA349CD) is known color: Deep Lilac. HEX triplet: A3, 49 and CD. RGB value is (163,73,205). Sum of RGB (Red+Green+Blue) = 163+73+205=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #A349CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349CD is #5CB632. Grayscale: #727272. Windows color (decimal): -6075955 or 13453731. OLE color: 13453731.
HSL color Cylindrical-coordinate representation of color #A349CD: hue angle of 280.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A349CD is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 73 | 205 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.20 |
| HSL | 280.91º | 0.57% | 0.55% | - |
| HSV(B) | 280.91º | 0.64% | 0.8% | - |
| XYZ | 28.51 | 16.96 | 59.53 | - |
| YUV | 114.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 205 | 0.20 | 0.64 | 0 | 0.20 | 280.91 | 0.57 | 0.55 |
| Hex | A3 | 49 | CD | 14 | 40 | 0 | 14 | 119 | 39 | 37 |
| Octal | 243 | 111 | 315 | 24 | 100 | 0 | 24 | 431 | 71 | 67 |
| Binary | 10100011 | 1001001 | 11001101 | 10100 | 1000000 | 0 | 10100 | 100011001 | 111001 | 110111 |
Color Harmonies of #A349CD
Complementary color
Monochromatic Colors of #A349CD
Black with #A349CD
Text Example
Text Example
White with #A349CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A349CD; }
p { color: rgb(163,73,205); }
H1.HeaderClassName
{
color: #A349CD;
}
.AnyTagClassName
{
color: #A349CD;
}
</style>
background-color css
<style>
a { background-color: #A349CD; }
a { background-color: rgb(163,73,205); }
div.DivClassName
{
background-color: #A349CD;
}
.BgClassName
{
background-color: #A349CD;
}
</style>
border-color css
<style>
span { border-color: #A349CD; }
span { border-color: rgb(163,73,205); }
td.TdClassName
{
border-color: #A349CD;
}
.TagClassName
{
border-color: #A349CD;
}
</style>