#A356BF

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

Shades of Deep Lilac #A356BF

Tints of Deep Lilac #A356BF

Color information

#A356BF (or 0xA356BF) is unknown color: approx Deep Lilac. HEX triplet: A3, 56 and BF. RGB value is (163,86,191). Sum of RGB (Red+Green+Blue) = 163+86+191=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #A356BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356BF is #5CA940. Grayscale: #787878. Windows color (decimal): -6072641 or 12539555. OLE color: 12539555.

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

Color convert

RGB16386191-
CMYK0.150.5500.25
HSL284º45.06%54.31%-
HSV(B)284º54.97%74.9%-
XYZ27.8418.251.34-
YUV120.99167.51157.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 86 (33.98% from 255) = 19.55%
BLUE value IS 191 (75% from 255) = 43.41%
R=37.05%
G=19.55%
B=43.41%

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
Decimal163861910.150.5500.2528445.0654.31
HexA356BFF3701911c2d36
Octal24312627717670314345566
Binary101000111010110101111111111110111011001100011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A356BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A356BF; }

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

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

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

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

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

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

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

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