#A856B3

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

Shades of Deep Lilac #A856B3

Tints of Deep Lilac #A856B3

Color information

#A856B3 (or 0xA856B3) is unknown color: approx Deep Lilac. HEX triplet: A8, 56 and B3. RGB value is (168,86,179). Sum of RGB (Red+Green+Blue) = 168+86+179=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #A856B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856B3 is #57A94C. Grayscale: #787878. Windows color (decimal): -5744973 or 11753128. OLE color: 11753128.

HSL color Cylindrical-coordinate representation of color #A856B3: hue angle of 292.9º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A856B3 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16886179-
CMYK0.060.5200.30
HSL292.9º37.96%51.96%-
HSV(B)292.9º51.96%70.2%-
XYZ27.6118.2444.71-
YUV121.12160.67161.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=38.80%
G=19.86%
B=41.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168861790.060.5200.30292.937.9651.96
HexA856B363401E1252634
Octal2501262636640364454664
Binary10101000101011010110011110110100011110100100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856B3; }

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

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

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

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

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

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

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

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