#A47EAF

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

Shades of East Side #A47EAF

Tints of East Side #A47EAF

Color information

#A47EAF (or 0xA47EAF) is unknown color: approx East Side. HEX triplet: A4, 7E and AF. RGB value is (164,126,175). Sum of RGB (Red+Green+Blue) = 164+126+175=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #A47EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EAF is #5B8150. Grayscale: #8E8E8E. Windows color (decimal): -5996881 or 11501220. OLE color: 11501220.

HSL color Cylindrical-coordinate representation of color #A47EAF: hue angle of 286.53º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47EAF is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164126175-
CMYK0.060.2800.31
HSL286.53º23.44%59.02%-
HSV(B)286.53º28%68.63%-
XYZ30.5125.9143.95-
YUV142.95146.09143.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=35.27%
G=27.10%
B=37.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641261750.060.2800.31286.5323.4459.02
HexA47EAF61C01F11f173b
Octal2441762576340374372773
Binary101001001111110101011111101110001111110001111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EAF; }

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

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

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

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

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

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

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

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