#A857BA

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

Shades of Deep Lilac #A857BA

Tints of Deep Lilac #A857BA

Color information

#A857BA (or 0xA857BA) is unknown color: approx Deep Lilac. HEX triplet: A8, 57 and BA. RGB value is (168,87,186). Sum of RGB (Red+Green+Blue) = 168+87+186=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #A857BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857BA is #57A845. Grayscale: #7A7A7A. Windows color (decimal): -5744710 or 12212136. OLE color: 12212136.

HSL color Cylindrical-coordinate representation of color #A857BA: hue angle of 289.09º 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 #A857BA is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16887186-
CMYK0.100.5300.27
HSL289.09º41.77%53.53%-
HSV(B)289.09º53.23%72.94%-
XYZ28.4218.6948.56-
YUV122.5163.84160.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 87 (34.38% from 255) = 19.73%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=38.10%
G=19.73%
B=42.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168871860.100.5300.27289.0941.7753.53
HexA857BAA3501B1212a36
Octal25012727212650334415266
Binary101010001010111101110101010110101011011100100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A857BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A857BA; }

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

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

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

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

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

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

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

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