Shades of Deep Lilac #A355B7
Tints of Deep Lilac #A355B7
RGB
CMYK
RGB Variations
Color information
#A355B7 (or 0xA355B7) is known color: Deep Lilac. HEX triplet: A3, 55 and B7. RGB value is (163,85,183). Sum of RGB (Red+Green+Blue) = 163+85+183=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 183 - color contains mainly: blue. Hex color #A355B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355B7 is #5CAA48. Grayscale: #777777. Windows color (decimal): -6072905 or 12015011. OLE color: 12015011.
HSL color Cylindrical-coordinate representation of color #A355B7: hue angle of 287.76º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A355B7 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 85 | 183 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.28 |
| HSL | 287.76º | 0.4% | 0.53% | - |
| HSV(B) | 287.76º | 0.54% | 0.72% | - |
| XYZ | 26.9 | 17.7 | 46.8 | - |
| YUV | 119.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 183 | 0.11 | 0.54 | 0 | 0.28 | 287.76 | 0.4 | 0.53 |
| Hex | A3 | 55 | B7 | B | 36 | 0 | 1C | 120 | 28 | 35 |
| Octal | 243 | 125 | 267 | 13 | 66 | 0 | 34 | 440 | 50 | 65 |
| Binary | 10100011 | 1010101 | 10110111 | 1011 | 110110 | 0 | 11100 | 100100000 | 101000 | 110101 |
Color Harmonies of #A355B7
Complementary color
Monochromatic Colors of #A355B7
Black with #A355B7
Text Example
Text Example
White with #A355B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355B7; }
p { color: rgb(163,85,183); }
H1.HeaderClassName
{
color: #A355B7;
}
.AnyTagClassName
{
color: #A355B7;
}
</style>
background-color css
<style>
a { background-color: #A355B7; }
a { background-color: rgb(163,85,183); }
div.DivClassName
{
background-color: #A355B7;
}
.BgClassName
{
background-color: #A355B7;
}
</style>
border-color css
<style>
span { border-color: #A355B7; }
span { border-color: rgb(163,85,183); }
td.TdClassName
{
border-color: #A355B7;
}
.TagClassName
{
border-color: #A355B7;
}
</style>