#A356C0

Color #A356C0 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A356C0

Tints of Deep Lilac #A356C0

Color information

#A356C0 (or 0xA356C0) is unknown color: approx Deep Lilac. HEX triplet: A3, 56 and C0. RGB value is (163,86,192). Sum of RGB (Red+Green+Blue) = 163+86+192=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #A356C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356C0 is #5CA93F. Grayscale: #787878. Windows color (decimal): -6072640 or 12605091. OLE color: 12605091.

HSL color Cylindrical-coordinate representation of color #A356C0: hue angle of 283.58º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A356C0 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16386192-
CMYK0.150.5500.25
HSL283.58º45.69%54.51%-
HSV(B)283.58º55.21%75.29%-
XYZ27.9518.2551.92-
YUV121.11168.01157.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=36.96%
G=19.50%
B=43.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163861920.150.5500.25283.5845.6954.51
HexA356C0F3701911c2e37
Octal24312630017670314345667
Binary101000111010110110000001111110111011001100011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A356C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A356C0; }

 p { color: rgb(163,86,192); }

 H1.HeaderClassName
 {
   color: #A356C0;
 }
 .AnyTagClassName
 {
   color: #A356C0;
 }
</style>
background-color css

<style>
 a { background-color: #A356C0; }

 a { background-color: rgb(163,86,192); }

 div.DivClassName
 {
   background-color: #A356C0;
 }
 .BgClassName
 {
   background-color: #A356C0;
 }
</style>
border-color css

<style>
 span { border-color: #A356C0; }

 span { border-color: rgb(163,86,192); }

 td.TdClassName
 {
   border-color: #A356C0;
 }
 .TagClassName
 {
   border-color: #A356C0;
 }
</style>