#A37FAE

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

Shades of East Side #A37FAE

Tints of East Side #A37FAE

Color information

#A37FAE (or 0xA37FAE) is unknown color: approx East Side. HEX triplet: A3, 7F and AE. RGB value is (163,127,174). Sum of RGB (Red+Green+Blue) = 163+127+174=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #A37FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37FAE is #5C8051. Grayscale: #8E8E8E. Windows color (decimal): -6062162 or 11435939. OLE color: 11435939.

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

Color convert

RGB163127174-
CMYK0.060.2700.32
HSL285.96º22.49%59.02%-
HSV(B)285.96º27.01%68.24%-
XYZ30.3326.0243.47-
YUV143.12145.43142.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=35.13%
G=27.37%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631271740.060.2700.32285.9622.4959.02
HexA37FAE61B02011e163b
Octal2431772566330404362673
Binary1010001111111111010111011011011010000010001111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37FAE; }

 p { color: rgb(163,127,174); }

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

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

 a { background-color: rgb(163,127,174); }

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

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

 span { border-color: rgb(163,127,174); }

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