#A357BA

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

Shades of Deep Lilac #A357BA

Tints of Deep Lilac #A357BA

Color information

#A357BA (or 0xA357BA) is unknown color: approx Deep Lilac. HEX triplet: A3, 57 and BA. RGB value is (163,87,186). Sum of RGB (Red+Green+Blue) = 163+87+186=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #A357BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357BA is #5CA845. Grayscale: #787878. Windows color (decimal): -6072390 or 12212131. OLE color: 12212131.

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

Color convert

RGB16387186-
CMYK0.120.5300.27
HSL286.06º41.77%53.53%-
HSV(B)286.06º53.23%72.94%-
XYZ27.3818.1548.51-
YUV121.01164.68157.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=37.39%
G=19.95%
B=42.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163871860.120.5300.27286.0641.7753.53
HexA357BAC3501B11e2a36
Octal24312727214650334365266
Binary101000111010111101110101100110101011011100011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A357BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A357BA; }

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

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

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

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

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

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

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

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