#A27EAE

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

Shades of East Side #A27EAE

Tints of East Side #A27EAE

Color information

#A27EAE (or 0xA27EAE) is unknown color: approx East Side. HEX triplet: A2, 7E and AE. RGB value is (162,126,174). Sum of RGB (Red+Green+Blue) = 162+126+174=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #A27EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EAE is #5D8151. Grayscale: #8E8E8E. Windows color (decimal): -6127954 or 11435682. OLE color: 11435682.

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

Color convert

RGB162126174-
CMYK0.070.2800.32
HSL285º22.86%58.82%-
HSV(B)285º27.59%68.24%-
XYZ3025.6643.42-
YUV142.24145.93142.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=35.06%
G=27.27%
B=37.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621261740.070.2800.3228522.8658.82
HexA27EAE71C02011d173b
Octal2421762567340404352773
Binary1010001011111101010111011111100010000010001110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EAE; }

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

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

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

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

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

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

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

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