#A756BF

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

Shades of Deep Lilac #A756BF

Tints of Deep Lilac #A756BF

Color information

#A756BF (or 0xA756BF) is unknown color: approx Deep Lilac. HEX triplet: A7, 56 and BF. RGB value is (167,86,191). Sum of RGB (Red+Green+Blue) = 167+86+191=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #A756BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756BF is #58A940. Grayscale: #797979. Windows color (decimal): -5810497 or 12539559. OLE color: 12539559.

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

Color convert

RGB16786191-
CMYK0.130.5500.25
HSL286.29º45.06%54.31%-
HSV(B)286.29º54.97%74.9%-
XYZ28.6718.6351.38-
YUV122.19166.84159.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 86 (33.98% from 255) = 19.37%
BLUE value IS 191 (75% from 255) = 43.02%
R=37.61%
G=19.37%
B=43.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167861910.130.5500.25286.2945.0654.31
HexA756BFD3701911e2d36
Octal24712627715670314365566
Binary101001111010110101111111101110111011001100011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A756BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A756BF; }

 p { color: rgb(167,86,191); }

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

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

 a { background-color: rgb(167,86,191); }

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

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

 span { border-color: rgb(167,86,191); }

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