#A56BB8

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

Shades of Deep Lilac #A56BB8

Tints of Deep Lilac #A56BB8

Color information

#A56BB8 (or 0xA56BB8) is unknown color: approx Deep Lilac. HEX triplet: A5, 6B and B8. RGB value is (165,107,184). Sum of RGB (Red+Green+Blue) = 165+107+184=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 184 - color contains mainly: blue. Hex color #A56BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BB8 is #5A9447. Grayscale: #848484. Windows color (decimal): -5936200 or 12086181. OLE color: 12086181.

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

Color convert

RGB165107184-
CMYK0.100.4200.28
HSL285.19º35.16%57.06%-
HSV(B)285.19º41.85%72.16%-
XYZ29.4321.9848.04-
YUV133.12156.72150.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 107 (42.19% from 255) = 23.46%
BLUE value IS 184 (72.27% from 255) = 40.35%
R=36.18%
G=23.46%
B=40.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651071840.100.4200.28285.1935.1657.06
HexA56BB8A2A01C11d2339
Octal24515327012520344354371
Binary101001011101011101110001010101010011100100011101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BB8; }

 p { color: rgb(165,107,184); }

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

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

 a { background-color: rgb(165,107,184); }

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

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

 span { border-color: rgb(165,107,184); }

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