#A47FBD

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

Shades of East Side #A47FBD

Tints of East Side #A47FBD

Color information

#A47FBD (or 0xA47FBD) is unknown color: approx East Side. HEX triplet: A4, 7F and BD. RGB value is (164,127,189). Sum of RGB (Red+Green+Blue) = 164+127+189=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #A47FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FBD is #5B8042. Grayscale: #909090. Windows color (decimal): -5996611 or 12418980. OLE color: 12418980.

HSL color Cylindrical-coordinate representation of color #A47FBD: hue angle of 275.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A47FBD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164127189-
CMYK0.130.3300.26
HSL275.81º31.96%61.96%-
HSV(B)275.81º32.8%74.12%-
XYZ32.0826.7551.62-
YUV145.13152.76141.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=34.17%
G=26.46%
B=39.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641271890.130.3300.26275.8131.9661.96
HexA47FBDD2101A114203e
Octal24417727515410324244076
Binary101001001111111101111011101100001011010100010100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FBD; }

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

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

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

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

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

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

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

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