#A56CB7

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

Shades of Deep Lilac #A56CB7

Tints of Deep Lilac #A56CB7

Color information

#A56CB7 (or 0xA56CB7) is unknown color: approx Deep Lilac. HEX triplet: A5, 6C and B7. RGB value is (165,108,183). Sum of RGB (Red+Green+Blue) = 165+108+183=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: blue. Hex color #A56CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CB7 is #5A9348. Grayscale: #858585. Windows color (decimal): -5935945 or 12020901. OLE color: 12020901.

HSL color Cylindrical-coordinate representation of color #A56CB7: hue angle of 285.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56CB7 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB165108183-
CMYK0.100.4100.28
HSL285.6º34.25%57.06%-
HSV(B)285.6º40.98%71.76%-
XYZ29.4322.1447.52-
YUV133.59155.88150.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 183 (71.88% from 255) = 40.13%
R=36.18%
G=23.68%
B=40.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651081830.100.4100.28285.634.2557.06
HexA56CB7A2901C11e2239
Octal24515426712510344364271
Binary101001011101100101101111010101001011100100011110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CB7; }

 p { color: rgb(165,108,183); }

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

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

 a { background-color: rgb(165,108,183); }

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

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

 span { border-color: rgb(165,108,183); }

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