#A56CB9

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

Shades of Deep Lilac #A56CB9

Tints of Deep Lilac #A56CB9

Color information

#A56CB9 (or 0xA56CB9) is unknown color: approx Deep Lilac. HEX triplet: A5, 6C and B9. RGB value is (165,108,185). Sum of RGB (Red+Green+Blue) = 165+108+185=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #A56CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CB9 is #5A9346. Grayscale: #858585. Windows color (decimal): -5935943 or 12151973. OLE color: 12151973.

HSL color Cylindrical-coordinate representation of color #A56CB9: hue angle of 284.42º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56CB9 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165108185-
CMYK0.110.4200.27
HSL284.42º35.48%57.45%-
HSV(B)284.42º41.62%72.55%-
XYZ29.6422.2348.63-
YUV133.82156.88150.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=36.03%
G=23.58%
B=40.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651081850.110.4200.27284.4235.4857.45
HexA56CB9B2A01B11c2339
Octal24515427113520334344371
Binary101001011101100101110011011101010011011100011100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CB9; }

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

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

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

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

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

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

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

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