#AE89B7

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

Shades of East Side #AE89B7

Tints of East Side #AE89B7

Color information

#AE89B7 (or 0xAE89B7) is unknown color: approx East Side. HEX triplet: AE, 89 and B7. RGB value is (174,137,183). Sum of RGB (Red+Green+Blue) = 174+137+183=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE89B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89B7 is #517648. Grayscale: #999999. Windows color (decimal): -5338697 or 12028334. OLE color: 12028334.

HSL color Cylindrical-coordinate representation of color #AE89B7: hue angle of 288.26º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE89B7 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174137183-
CMYK0.050.2500.28
HSL288.26º24.21%62.75%-
HSV(B)288.26º25.14%71.76%-
XYZ34.9530.3148.81-
YUV153.31144.76142.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=35.22%
G=27.73%
B=37.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741371830.050.2500.28288.2624.2162.75
HexAE89B751901C120183f
Octal2562112675310344403077
Binary1010111010001001101101111011100101110010010000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89B7; }

 p { color: rgb(174,137,183); }

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

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

 a { background-color: rgb(174,137,183); }

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

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

 span { border-color: rgb(174,137,183); }

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