#A856BC

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

Shades of Deep Lilac #A856BC

Tints of Deep Lilac #A856BC

Color information

#A856BC (or 0xA856BC) is unknown color: approx Deep Lilac. HEX triplet: A8, 56 and BC. RGB value is (168,86,188). Sum of RGB (Red+Green+Blue) = 168+86+188=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #A856BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856BC is #57A943. Grayscale: #797979. Windows color (decimal): -5744964 or 12342952. OLE color: 12342952.

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

Color convert

RGB16886188-
CMYK0.110.5400.26
HSL288.24º43.22%53.73%-
HSV(B)288.24º54.26%73.73%-
XYZ28.5518.6149.66-
YUV122.15165.17160.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 86 (33.98% from 255) = 19.46%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=38.01%
G=19.46%
B=42.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168861880.110.5400.26288.2443.2253.73
HexA856BCB3601A1202b36
Octal25012627413660324405366
Binary101010001010110101111001011110110011010100100000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856BC; }

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

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

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

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

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

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

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

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