#A47EAD

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

Shades of East Side #A47EAD

Tints of East Side #A47EAD

Color information

#A47EAD (or 0xA47EAD) is unknown color: approx East Side. HEX triplet: A4, 7E and AD. RGB value is (164,126,173). Sum of RGB (Red+Green+Blue) = 164+126+173=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #A47EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EAD is #5B8152. Grayscale: #8E8E8E. Windows color (decimal): -5996883 or 11370148. OLE color: 11370148.

HSL color Cylindrical-coordinate representation of color #A47EAD: hue angle of 288.51º 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 #A47EAD is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164126173-
CMYK0.050.2700.32
HSL288.51º22.27%58.63%-
HSV(B)288.51º27.17%67.84%-
XYZ30.3125.8342.92-
YUV142.72145.09143.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=35.42%
G=27.21%
B=37.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641261730.050.2700.32288.5122.2758.63
HexA47EAD51B020121163b
Octal2441762555330404412673
Binary1010010011111101010110110111011010000010010000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EAD; }

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

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

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

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

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

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

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

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