#A47FBF

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

Shades of East Side #A47FBF

Tints of East Side #A47FBF

Color information

#A47FBF (or 0xA47FBF) is unknown color: approx East Side. HEX triplet: A4, 7F and BF. RGB value is (164,127,191). Sum of RGB (Red+Green+Blue) = 164+127+191=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #A47FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FBF is #5B8040. Grayscale: #919191. Windows color (decimal): -5996609 or 12550052. OLE color: 12550052.

HSL color Cylindrical-coordinate representation of color #A47FBF: hue angle of 274.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A47FBF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164127191-
CMYK0.140.3400.25
HSL274.69º33.33%62.35%-
HSV(B)274.69º33.51%74.9%-
XYZ32.326.8352.77-
YUV145.36153.76141.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 191 (75% from 255) = 39.63%
R=34.02%
G=26.35%
B=39.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641271910.140.3400.25274.6933.3362.35
HexA47FBFE22019113213e
Octal24417727716420314234176
Binary101001001111111101111111110100010011001100010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FBF; }

 p { color: rgb(164,127,191); }

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

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

 a { background-color: rgb(164,127,191); }

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

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

 span { border-color: rgb(164,127,191); }

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