#A47CBB

Color #A47CBB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A47CBB

Tints of East Side #A47CBB

Color information

#A47CBB (or 0xA47CBB) is unknown color: approx East Side. HEX triplet: A4, 7C and BB. RGB value is (164,124,187). Sum of RGB (Red+Green+Blue) = 164+124+187=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #A47CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CBB is #5B8344. Grayscale: #8E8E8E. Windows color (decimal): -5997381 or 12287140. OLE color: 12287140.

HSL color Cylindrical-coordinate representation of color #A47CBB: hue angle of 278.1º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A47CBB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164124187-
CMYK0.120.3400.27
HSL278.1º31.66%60.98%-
HSV(B)278.1º33.69%73.33%-
XYZ31.4925.950.35-
YUV143.14152.75142.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=34.53%
G=26.11%
B=39.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641241870.120.3400.27278.131.6660.98
HexA47CBBC2201B116203d
Octal24417427314420334264075
Binary101001001111100101110111100100010011011100010110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47CBB; }

 p { color: rgb(164,124,187); }

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

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

 a { background-color: rgb(164,124,187); }

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

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

 span { border-color: rgb(164,124,187); }

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