#A856BB

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

Shades of Deep Lilac #A856BB

Tints of Deep Lilac #A856BB

Color information

#A856BB (or 0xA856BB) is unknown color: approx Deep Lilac. HEX triplet: A8, 56 and BB. RGB value is (168,86,187). Sum of RGB (Red+Green+Blue) = 168+86+187=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #A856BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856BB is #57A944. Grayscale: #797979. Windows color (decimal): -5744965 or 12277416. OLE color: 12277416.

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

Color convert

RGB16886187-
CMYK0.100.5400.27
HSL288.71º42.62%53.53%-
HSV(B)288.71º54.01%73.33%-
XYZ28.4518.5749.1-
YUV122.03164.67160.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=38.10%
G=19.50%
B=42.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168861870.100.5400.27288.7142.6253.53
HexA856BBA3601B1212b36
Octal25012627312660334415366
Binary101010001010110101110111010110110011011100100001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856BB; }

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

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

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

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

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

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

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

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