#A37EAE

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

Shades of East Side #A37EAE

Tints of East Side #A37EAE

Color information

#A37EAE (or 0xA37EAE) is unknown color: approx East Side. HEX triplet: A3, 7E and AE. RGB value is (163,126,174). Sum of RGB (Red+Green+Blue) = 163+126+174=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #A37EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37EAE is #5C8151. Grayscale: #8E8E8E. Windows color (decimal): -6062418 or 11435683. OLE color: 11435683.

HSL color Cylindrical-coordinate representation of color #A37EAE: hue angle of 286.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37EAE is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163126174-
CMYK0.060.2800.32
HSL286.25º22.86%58.82%-
HSV(B)286.25º27.59%68.24%-
XYZ30.2125.7643.43-
YUV142.54145.76142.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=35.21%
G=27.21%
B=37.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631261740.060.2800.32286.2522.8658.82
HexA37EAE61C02011e173b
Octal2431762566340404362773
Binary1010001111111101010111011011100010000010001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37EAE; }

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

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

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

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

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

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

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

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