Shades of Deep Lilac #A356B4
Tints of Deep Lilac #A356B4
RGB
CMYK
RGB Variations
Color information
#A356B4 (or 0xA356B4) is known color: Deep Lilac. HEX triplet: A3, 56 and B4. RGB value is (163,86,180). Sum of RGB (Red+Green+Blue) = 163+86+180=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #A356B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356B4 is #5CA94B. Grayscale: #777777. Windows color (decimal): -6072652 or 11818659. OLE color: 11818659.
HSL color Cylindrical-coordinate representation of color #A356B4: hue angle of 289.15º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A356B4 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 86 | 180 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.29 |
| HSL | 289.15º | 0.39% | 0.52% | - |
| HSV(B) | 289.15º | 0.52% | 0.71% | - |
| XYZ | 26.67 | 17.74 | 45.2 | - |
| YUV | 119.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 180 | 0.09 | 0.52 | 0 | 0.29 | 289.15 | 0.39 | 0.52 |
| Hex | A3 | 56 | B4 | 9 | 34 | 0 | 1D | 121 | 27 | 34 |
| Octal | 243 | 126 | 264 | 11 | 64 | 0 | 35 | 441 | 47 | 64 |
| Binary | 10100011 | 1010110 | 10110100 | 1001 | 110100 | 0 | 11101 | 100100001 | 100111 | 110100 |
Color Harmonies of #A356B4
Complementary color
Monochromatic Colors of #A356B4
Black with #A356B4
Text Example
Text Example
White with #A356B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356B4; }
p { color: rgb(163,86,180); }
H1.HeaderClassName
{
color: #A356B4;
}
.AnyTagClassName
{
color: #A356B4;
}
</style>
background-color css
<style>
a { background-color: #A356B4; }
a { background-color: rgb(163,86,180); }
div.DivClassName
{
background-color: #A356B4;
}
.BgClassName
{
background-color: #A356B4;
}
</style>
border-color css
<style>
span { border-color: #A356B4; }
span { border-color: rgb(163,86,180); }
td.TdClassName
{
border-color: #A356B4;
}
.TagClassName
{
border-color: #A356B4;
}
</style>