#AE88BA

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

Shades of East Side #AE88BA

Tints of East Side #AE88BA

Color information

#AE88BA (or 0xAE88BA) is unknown color: approx East Side. HEX triplet: AE, 88 and BA. RGB value is (174,136,186). Sum of RGB (Red+Green+Blue) = 174+136+186=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE88BA is #517745. Grayscale: #989898. Windows color (decimal): -5338950 or 12224686. OLE color: 12224686.

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

Color convert

RGB174136186-
CMYK0.060.2700.27
HSL285.6º26.6%63.14%-
HSV(B)285.6º26.88%72.94%-
XYZ35.1230.1550.42-
YUV153.06146.59142.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=35.08%
G=27.42%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741361860.060.2700.27285.626.663.14
HexAE88BA61B01B11e1b3f
Octal2562102726330334363377
Binary1010111010001000101110101101101101101110001111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE88BA; }

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

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

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

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

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

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

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

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