#A47EB9

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

Shades of East Side #A47EB9

Tints of East Side #A47EB9

Color information

#A47EB9 (or 0xA47EB9) is unknown color: approx East Side. HEX triplet: A4, 7E and B9. RGB value is (164,126,185). Sum of RGB (Red+Green+Blue) = 164+126+185=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #A47EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47EB9 is #5B8146. Grayscale: #8F8F8F. Windows color (decimal): -5996871 or 12156580. OLE color: 12156580.

HSL color Cylindrical-coordinate representation of color #A47EB9: hue angle of 278.64º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47EB9 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164126185-
CMYK0.110.3200.27
HSL278.64º29.65%60.98%-
HSV(B)278.64º31.89%72.55%-
XYZ31.5326.3249.32-
YUV144.09151.09142.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=34.53%
G=26.53%
B=38.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641261850.110.3200.27278.6429.6560.98
HexA47EB9B2001B1171e3d
Octal24417627113400334273675
Binary10100100111111010111001101110000001101110001011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EB9; }

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

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

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

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

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

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

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

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