#AE9EBA

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

Shades of East Side #AE9EBA

Tints of East Side #AE9EBA

Color information

#AE9EBA (or 0xAE9EBA) is unknown color: approx East Side. HEX triplet: AE, 9E and BA. RGB value is (174,158,186). Sum of RGB (Red+Green+Blue) = 174+158+186=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EBA is #516145. Grayscale: #A5A5A5. Windows color (decimal): -5333318 or 12230318. OLE color: 12230318.

HSL color Cylindrical-coordinate representation of color #AE9EBA: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AE9EBA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174158186-
CMYK0.060.1500.27
HSL274.29º16.87%67.45%-
HSV(B)274.29º15.05%72.94%-
XYZ38.553751.56-
YUV165.98139.3133.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=33.59%
G=30.50%
B=35.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741581860.060.1500.27274.2916.8767.45
HexAE9EBA6F01B1121143
Octal25623627261703342221103
Binary1010111010011110101110101101111011011100010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EBA; }

 p { color: rgb(174,158,186); }

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

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

 a { background-color: rgb(174,158,186); }

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

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

 span { border-color: rgb(174,158,186); }

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