#AE90BE

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

Shades of East Side #AE90BE

Tints of East Side #AE90BE

Color information

#AE90BE (or 0xAE90BE) is unknown color: approx East Side. HEX triplet: AE, 90 and BE. RGB value is (174,144,190). Sum of RGB (Red+Green+Blue) = 174+144+190=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90BE is #516F41. Grayscale: #9E9E9E. Windows color (decimal): -5336898 or 12488878. OLE color: 12488878.

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

Color convert

RGB174144190-
CMYK0.080.2400.25
HSL279.13º26.14%65.49%-
HSV(B)279.13º24.21%74.51%-
XYZ36.7232.6653.08-
YUV158.21145.94139.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=34.25%
G=28.35%
B=37.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741441900.080.2400.25279.1326.1465.49
HexAE90BE8180191171a41
Octal256220276103003142732101
Binary101011101001000010111110100011000011001100010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90BE; }

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

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

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

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

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

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

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

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