#A856C0

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

Shades of Deep Lilac #A856C0

Tints of Deep Lilac #A856C0

Color information

#A856C0 (or 0xA856C0) is unknown color: approx Deep Lilac. HEX triplet: A8, 56 and C0. RGB value is (168,86,192). Sum of RGB (Red+Green+Blue) = 168+86+192=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #A856C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856C0 is #57A93F. Grayscale: #7A7A7A. Windows color (decimal): -5744960 or 12605096. OLE color: 12605096.

HSL color Cylindrical-coordinate representation of color #A856C0: hue angle of 286.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A856C0 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16886192-
CMYK0.120.5500.25
HSL286.42º45.69%54.51%-
HSV(B)286.42º55.21%75.29%-
XYZ28.9918.7951.97-
YUV122.6167.17160.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 86 (33.98% from 255) = 19.28%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=37.67%
G=19.28%
B=43.05%

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
Decimal168861920.120.5500.25286.4245.6954.51
HexA856C0C3701911e2e37
Octal25012630014670314365667
Binary101010001010110110000001100110111011001100011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856C0; }

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

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

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

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

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

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

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

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