Shades of Deep Lilac #A355CF
Tints of Deep Lilac #A355CF
RGB
CMYK
RGB Variations
Color information
#A355CF (or 0xA355CF) is known color: Deep Lilac. HEX triplet: A3, 55 and CF. RGB value is (163,85,207). Sum of RGB (Red+Green+Blue) = 163+85+207=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #A355CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355CF is #5CAA30. Grayscale: #797979. Windows color (decimal): -6072881 or 13587875. OLE color: 13587875.
HSL color Cylindrical-coordinate representation of color #A355CF: hue angle of 278.36º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A355CF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 85 | 207 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.19 |
| HSL | 278.36º | 0.56% | 0.57% | - |
| HSV(B) | 278.36º | 0.59% | 0.81% | - |
| XYZ | 29.62 | 18.79 | 61.1 | - |
| YUV | 122.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 207 | 0.21 | 0.59 | 0 | 0.19 | 278.36 | 0.56 | 0.57 |
| Hex | A3 | 55 | CF | 15 | 3B | 0 | 13 | 116 | 38 | 39 |
| Octal | 243 | 125 | 317 | 25 | 73 | 0 | 23 | 426 | 70 | 71 |
| Binary | 10100011 | 1010101 | 11001111 | 10101 | 111011 | 0 | 10011 | 100010110 | 111000 | 111001 |
Color Harmonies of #A355CF
Complementary color
Monochromatic Colors of #A355CF
Black with #A355CF
Text Example
Text Example
White with #A355CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355CF; }
p { color: rgb(163,85,207); }
H1.HeaderClassName
{
color: #A355CF;
}
.AnyTagClassName
{
color: #A355CF;
}
</style>
background-color css
<style>
a { background-color: #A355CF; }
a { background-color: rgb(163,85,207); }
div.DivClassName
{
background-color: #A355CF;
}
.BgClassName
{
background-color: #A355CF;
}
</style>
border-color css
<style>
span { border-color: #A355CF; }
span { border-color: rgb(163,85,207); }
td.TdClassName
{
border-color: #A355CF;
}
.TagClassName
{
border-color: #A355CF;
}
</style>