#AE9EBE

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

Shades of East Side #AE9EBE

Tints of East Side #AE9EBE

Color information

#AE9EBE (or 0xAE9EBE) is unknown color: approx East Side. HEX triplet: AE, 9E and BE. RGB value is (174,158,190). Sum of RGB (Red+Green+Blue) = 174+158+190=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE9EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EBE is #516141. Grayscale: #A6A6A6. Windows color (decimal): -5333314 or 12492462. OLE color: 12492462.

HSL color Cylindrical-coordinate representation of color #AE9EBE: hue angle of 270º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE9EBE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174158190-
CMYK0.080.1700.25
HSL270º19.75%68.24%-
HSV(B)270º16.84%74.51%-
XYZ38.9837.1753.84-
YUV166.43141.3133.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=33.33%
G=30.27%
B=36.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741581900.080.1700.2527019.7568.24
HexAE9EBE81101910e1444
Octal256236276102103141624104
Binary101011101001111010111110100010001011001100001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EBE; }

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

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

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

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

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

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

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

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