#AE89B8

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

Shades of East Side #AE89B8

Tints of East Side #AE89B8

Color information

#AE89B8 (or 0xAE89B8) is unknown color: approx East Side. HEX triplet: AE, 89 and B8. RGB value is (174,137,184). Sum of RGB (Red+Green+Blue) = 174+137+184=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE89B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89B8 is #517647. Grayscale: #999999. Windows color (decimal): -5338696 or 12093870. OLE color: 12093870.

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

Color convert

RGB174137184-
CMYK0.050.2600.28
HSL287.23º24.87%62.94%-
HSV(B)287.23º25.54%72.16%-
XYZ35.0530.3549.36-
YUV153.42145.26142.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=35.15%
G=27.68%
B=37.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741371840.050.2600.28287.2324.8762.94
HexAE89B851A01C11f193f
Octal2562112705320344373177
Binary1010111010001001101110001011101001110010001111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89B8; }

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

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

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

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

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

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

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

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