#A056BB

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

Shades of Deep Lilac #A056BB

Tints of Deep Lilac #A056BB

Color information

#A056BB (or 0xA056BB) is unknown color: approx Deep Lilac. HEX triplet: A0, 56 and BB. RGB value is (160,86,187). Sum of RGB (Red+Green+Blue) = 160+86+187=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #A056BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056BB is #5FA944. Grayscale: #777777. Windows color (decimal): -6269253 or 12277408. OLE color: 12277408.

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

Color convert

RGB16086187-
CMYK0.140.5400.27
HSL283.96º42.62%53.53%-
HSV(B)283.96º54.01%73.33%-
XYZ26.7917.7249.02-
YUV119.64166.02156.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=36.95%
G=19.86%
B=43.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160861870.140.5400.27283.9642.6253.53
HexA056BBE3601B11c2b36
Octal24012627316660334345366
Binary101000001010110101110111110110110011011100011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A056BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A056BB; }

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

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

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

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

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

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

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

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