Shades of Deep Lilac #A355B6
Tints of Deep Lilac #A355B6
RGB
CMYK
RGB Variations
Color information
#A355B6 (or 0xA355B6) is known color: Deep Lilac. HEX triplet: A3, 55 and B6. RGB value is (163,85,182). Sum of RGB (Red+Green+Blue) = 163+85+182=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #A355B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355B6 is #5CAA49. Grayscale: #777777. Windows color (decimal): -6072906 or 11949475. OLE color: 11949475.
HSL color Cylindrical-coordinate representation of color #A355B6: hue angle of 288.25º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A355B6 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 85 | 182 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.29 |
| HSL | 288.25º | 0.4% | 0.52% | - |
| HSV(B) | 288.25º | 0.53% | 0.71% | - |
| XYZ | 26.8 | 17.66 | 46.25 | - |
| YUV | 119.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 182 | 0.10 | 0.53 | 0 | 0.29 | 288.25 | 0.4 | 0.52 |
| Hex | A3 | 55 | B6 | A | 35 | 0 | 1D | 120 | 28 | 34 |
| Octal | 243 | 125 | 266 | 12 | 65 | 0 | 35 | 440 | 50 | 64 |
| Binary | 10100011 | 1010101 | 10110110 | 1010 | 110101 | 0 | 11101 | 100100000 | 101000 | 110100 |
Color Harmonies of #A355B6
Complementary color
Monochromatic Colors of #A355B6
Black with #A355B6
Text Example
Text Example
White with #A355B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355B6; }
p { color: rgb(163,85,182); }
H1.HeaderClassName
{
color: #A355B6;
}
.AnyTagClassName
{
color: #A355B6;
}
</style>
background-color css
<style>
a { background-color: #A355B6; }
a { background-color: rgb(163,85,182); }
div.DivClassName
{
background-color: #A355B6;
}
.BgClassName
{
background-color: #A355B6;
}
</style>
border-color css
<style>
span { border-color: #A355B6; }
span { border-color: rgb(163,85,182); }
td.TdClassName
{
border-color: #A355B6;
}
.TagClassName
{
border-color: #A355B6;
}
</style>