#AE91BB

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

Shades of East Side #AE91BB

Tints of East Side #AE91BB

Color information

#AE91BB (or 0xAE91BB) is unknown color: approx East Side. HEX triplet: AE, 91 and BB. RGB value is (174,145,187). Sum of RGB (Red+Green+Blue) = 174+145+187=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE91BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91BB is #516E44. Grayscale: #9E9E9E. Windows color (decimal): -5336645 or 12292526. OLE color: 12292526.

HSL color Cylindrical-coordinate representation of color #AE91BB: hue angle of 281.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE91BB is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174145187-
CMYK0.070.2200.27
HSL281.43º23.6%65.1%-
HSV(B)281.43º22.46%73.33%-
XYZ36.5532.8451.43-
YUV158.46144.11139.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=34.39%
G=28.66%
B=36.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741451870.070.2200.27281.4323.665.1
HexAE91BB71601B1191841
Octal25622127372603343130101
Binary10101110100100011011101111110110011011100011001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91BB; }

 p { color: rgb(174,145,187); }

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

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

 a { background-color: rgb(174,145,187); }

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

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

 span { border-color: rgb(174,145,187); }

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