#A47EB4

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

Shades of East Side #A47EB4

Tints of East Side #A47EB4

Color information

#A47EB4 (or 0xA47EB4) is unknown color: approx East Side. HEX triplet: A4, 7E and B4. RGB value is (164,126,180). Sum of RGB (Red+Green+Blue) = 164+126+180=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #A47EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47EB4 is #5B814B. Grayscale: #8F8F8F. Windows color (decimal): -5996876 or 11828900. OLE color: 11828900.

HSL color Cylindrical-coordinate representation of color #A47EB4: hue angle of 282.22º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47EB4 is Cyan = 0.09, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164126180-
CMYK0.090.300.29
HSL282.22º26.47%60%-
HSV(B)282.22º30%70.59%-
XYZ31.0126.1146.59-
YUV143.52148.59142.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=34.89%
G=26.81%
B=38.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641261800.090.300.29282.2226.4760
HexA47EB491E01D11a1a3c
Octal24417626411360354323274
Binary1010010011111101011010010011111001110110001101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EB4; }

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

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

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

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

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

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

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

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