#A47FAD

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

Shades of East Side #A47FAD

Tints of East Side #A47FAD

Color information

#A47FAD (or 0xA47FAD) is unknown color: approx East Side. HEX triplet: A4, 7F and AD. RGB value is (164,127,173). Sum of RGB (Red+Green+Blue) = 164+127+173=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #A47FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47FAD is #5B8052. Grayscale: #8F8F8F. Windows color (decimal): -5996627 or 11370404. OLE color: 11370404.

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

Color convert

RGB164127173-
CMYK0.050.2700.32
HSL288.26º21.9%58.82%-
HSV(B)288.26º26.59%67.84%-
XYZ30.4426.0942.97-
YUV143.31144.76142.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=35.34%
G=27.37%
B=37.28%

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
Decimal1641271730.050.2700.32288.2621.958.82
HexA47FAD51B020120163b
Octal2441772555330404402673
Binary1010010011111111010110110111011010000010010000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FAD; }

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

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

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

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

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

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

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

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