#A47EBB

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

Shades of East Side #A47EBB

Tints of East Side #A47EBB

Color information

#A47EBB (or 0xA47EBB) is unknown color: approx East Side. HEX triplet: A4, 7E and BB. RGB value is (164,126,187). Sum of RGB (Red+Green+Blue) = 164+126+187=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #A47EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47EBB is #5B8144. Grayscale: #909090. Windows color (decimal): -5996869 or 12287652. OLE color: 12287652.

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

Color convert

RGB164126187-
CMYK0.120.3300.27
HSL277.38º30.96%61.37%-
HSV(B)277.38º32.62%73.33%-
XYZ31.7426.450.44-
YUV144.32152.09142.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=34.38%
G=26.42%
B=39.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641261870.120.3300.27277.3830.9661.37
HexA47EBBC2101B1151f3d
Octal24417627314410334253775
Binary10100100111111010111011110010000101101110001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EBB; }

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

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

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

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

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

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

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

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