#A356BA

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

Shades of Deep Lilac #A356BA

Tints of Deep Lilac #A356BA

Color information

#A356BA (or 0xA356BA) is unknown color: approx Deep Lilac. HEX triplet: A3, 56 and BA. RGB value is (163,86,186). Sum of RGB (Red+Green+Blue) = 163+86+186=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A356BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356BA is #5CA945. Grayscale: #787878. Windows color (decimal): -6072646 or 12211875. OLE color: 12211875.

HSL color Cylindrical-coordinate representation of color #A356BA: hue angle of 286.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A356BA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16386186-
CMYK0.120.5400.27
HSL286.2º42.02%53.33%-
HSV(B)286.2º53.76%72.94%-
XYZ27.2917.9948.49-
YUV120.42165.01158.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=37.47%
G=19.77%
B=42.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163861860.120.5400.27286.242.0253.33
HexA356BAC3601B11e2a35
Octal24312627214660334365265
Binary101000111010110101110101100110110011011100011110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A356BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A356BA; }

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

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

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

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

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

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

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

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