Shades of Deep Lilac #A354D0
Tints of Deep Lilac #A354D0
RGB
CMYK
RGB Variations
Color information
#A354D0 (or 0xA354D0) is known color: Deep Lilac. HEX triplet: A3, 54 and D0. RGB value is (163,84,208). Sum of RGB (Red+Green+Blue) = 163+84+208=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #A354D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A354D0 is #5CAB2F. Grayscale: #797979. Windows color (decimal): -6073136 or 13653155. OLE color: 13653155.
HSL color Cylindrical-coordinate representation of color #A354D0: hue angle of 278.23º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A354D0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 84 | 208 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.18 |
| HSL | 278.23º | 0.57% | 0.57% | - |
| HSV(B) | 278.23º | 0.6% | 0.82% | - |
| XYZ | 29.66 | 18.68 | 61.72 | - |
| YUV | 121.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 84 | 208 | 0.22 | 0.60 | 0 | 0.18 | 278.23 | 0.57 | 0.57 |
| Hex | A3 | 54 | D0 | 16 | 3C | 0 | 12 | 116 | 39 | 39 |
| Octal | 243 | 124 | 320 | 26 | 74 | 0 | 22 | 426 | 71 | 71 |
| Binary | 10100011 | 1010100 | 11010000 | 10110 | 111100 | 0 | 10010 | 100010110 | 111001 | 111001 |
Color Harmonies of #A354D0
Complementary color
Monochromatic Colors of #A354D0
Black with #A354D0
Text Example
Text Example
White with #A354D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A354D0; }
p { color: rgb(163,84,208); }
H1.HeaderClassName
{
color: #A354D0;
}
.AnyTagClassName
{
color: #A354D0;
}
</style>
background-color css
<style>
a { background-color: #A354D0; }
a { background-color: rgb(163,84,208); }
div.DivClassName
{
background-color: #A354D0;
}
.BgClassName
{
background-color: #A354D0;
}
</style>
border-color css
<style>
span { border-color: #A354D0; }
span { border-color: rgb(163,84,208); }
td.TdClassName
{
border-color: #A354D0;
}
.TagClassName
{
border-color: #A354D0;
}
</style>