Shades of Deep Lilac #A355CD
Tints of Deep Lilac #A355CD
RGB
CMYK
RGB Variations
Color information
#A355CD (or 0xA355CD) is known color: Deep Lilac. HEX triplet: A3, 55 and CD. RGB value is (163,85,205). Sum of RGB (Red+Green+Blue) = 163+85+205=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #A355CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355CD is #5CAA32. Grayscale: #797979. Windows color (decimal): -6072883 or 13456803. OLE color: 13456803.
HSL color Cylindrical-coordinate representation of color #A355CD: hue angle of 279º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A355CD is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 85 | 205 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.20 |
| HSL | 279º | 0.55% | 0.57% | - |
| HSV(B) | 279º | 0.59% | 0.8% | - |
| XYZ | 29.37 | 18.69 | 59.82 | - |
| YUV | 122 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 205 | 0.20 | 0.59 | 0 | 0.20 | 279 | 0.55 | 0.57 |
| Hex | A3 | 55 | CD | 14 | 3B | 0 | 14 | 117 | 37 | 39 |
| Octal | 243 | 125 | 315 | 24 | 73 | 0 | 24 | 427 | 67 | 71 |
| Binary | 10100011 | 1010101 | 11001101 | 10100 | 111011 | 0 | 10100 | 100010111 | 110111 | 111001 |
Color Harmonies of #A355CD
Complementary color
Monochromatic Colors of #A355CD
Black with #A355CD
Text Example
Text Example
White with #A355CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355CD; }
p { color: rgb(163,85,205); }
H1.HeaderClassName
{
color: #A355CD;
}
.AnyTagClassName
{
color: #A355CD;
}
</style>
background-color css
<style>
a { background-color: #A355CD; }
a { background-color: rgb(163,85,205); }
div.DivClassName
{
background-color: #A355CD;
}
.BgClassName
{
background-color: #A355CD;
}
</style>
border-color css
<style>
span { border-color: #A355CD; }
span { border-color: rgb(163,85,205); }
td.TdClassName
{
border-color: #A355CD;
}
.TagClassName
{
border-color: #A355CD;
}
</style>