#A47FAE

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

Shades of East Side #A47FAE

Tints of East Side #A47FAE

Color information

#A47FAE (or 0xA47FAE) is unknown color: approx East Side. HEX triplet: A4, 7F and AE. RGB value is (164,127,174). Sum of RGB (Red+Green+Blue) = 164+127+174=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #A47FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47FAE is #5B8051. Grayscale: #8F8F8F. Windows color (decimal): -5996626 or 11435940. OLE color: 11435940.

HSL color Cylindrical-coordinate representation of color #A47FAE: hue angle of 287.23º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47FAE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164127174-
CMYK0.060.2700.32
HSL287.23º22.49%59.02%-
HSV(B)287.23º27.01%68.24%-
XYZ30.5426.1343.48-
YUV143.42145.26142.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=35.27%
G=27.31%
B=37.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641271740.060.2700.32287.2322.4959.02
HexA47FAE61B02011f163b
Octal2441772566330404372673
Binary1010010011111111010111011011011010000010001111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FAE; }

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

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

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

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

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

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

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

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