#A56BBD

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

Shades of Deep Lilac #A56BBD

Tints of Deep Lilac #A56BBD

Color information

#A56BBD (or 0xA56BBD) is unknown color: approx Deep Lilac. HEX triplet: A5, 6B and BD. RGB value is (165,107,189). Sum of RGB (Red+Green+Blue) = 165+107+189=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #A56BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BBD is #5A9442. Grayscale: #858585. Windows color (decimal): -5936195 or 12413861. OLE color: 12413861.

HSL color Cylindrical-coordinate representation of color #A56BBD: hue angle of 282.44º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56BBD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165107189-
CMYK0.130.4300.26
HSL282.44º38.32%58.04%-
HSV(B)282.44º43.39%74.12%-
XYZ29.9622.1950.85-
YUV133.69159.22150.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=35.79%
G=23.21%
B=41.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651071890.130.4300.26282.4438.3258.04
HexA56BBDD2B01A11a263a
Octal24515327515530324324672
Binary101001011101011101111011101101011011010100011010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BBD; }

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

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

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

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

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

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

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

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