#AE94BE

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

Shades of East Side #AE94BE

Tints of East Side #AE94BE

Color information

#AE94BE (or 0xAE94BE) is unknown color: approx East Side. HEX triplet: AE, 94 and BE. RGB value is (174,148,190). Sum of RGB (Red+Green+Blue) = 174+148+190=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94BE is #516B41. Grayscale: #A0A0A0. Windows color (decimal): -5335874 or 12489902. OLE color: 12489902.

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

Color convert

RGB174148190-
CMYK0.080.2200.25
HSL277.14º24.42%66.27%-
HSV(B)277.14º22.11%74.51%-
XYZ37.3433.953.29-
YUV160.56144.61137.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=33.98%
G=28.91%
B=37.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741481900.080.2200.25277.1424.4266.27
HexAE94BE8160191151842
Octal256224276102603142530102
Binary101011101001010010111110100010110011001100010101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94BE; }

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

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

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

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

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

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

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

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