#A856BF

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

Shades of Deep Lilac #A856BF

Tints of Deep Lilac #A856BF

Color information

#A856BF (or 0xA856BF) is unknown color: approx Deep Lilac. HEX triplet: A8, 56 and BF. RGB value is (168,86,191). Sum of RGB (Red+Green+Blue) = 168+86+191=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #A856BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856BF is #57A940. Grayscale: #7A7A7A. Windows color (decimal): -5744961 or 12539560. OLE color: 12539560.

HSL color Cylindrical-coordinate representation of color #A856BF: hue angle of 286.86º 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 #A856BF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16886191-
CMYK0.120.5500.25
HSL286.86º45.06%54.31%-
HSV(B)286.86º54.97%74.9%-
XYZ28.8818.7451.39-
YUV122.49166.67160.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 86 (33.98% from 255) = 19.33%
BLUE value IS 191 (75% from 255) = 42.92%
R=37.75%
G=19.33%
B=42.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168861910.120.5500.25286.8645.0654.31
HexA856BFC3701911f2d36
Octal25012627714670314375566
Binary101010001010110101111111100110111011001100011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856BF; }

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

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

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

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

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

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

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

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