#AE89B4

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

Shades of East Side #AE89B4

Tints of East Side #AE89B4

Color information

#AE89B4 (or 0xAE89B4) is unknown color: approx East Side. HEX triplet: AE, 89 and B4. RGB value is (174,137,180). Sum of RGB (Red+Green+Blue) = 174+137+180=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE89B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89B4 is #51764B. Grayscale: #989898. Windows color (decimal): -5338700 or 11831726. OLE color: 11831726.

HSL color Cylindrical-coordinate representation of color #AE89B4: hue angle of 291.63º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE89B4 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174137180-
CMYK0.030.2400.29
HSL291.63º22.28%62.16%-
HSV(B)291.63º23.89%70.59%-
XYZ34.6430.1947.18-
YUV152.96143.26143-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=35.44%
G=27.90%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741371800.030.2400.29291.6322.2862.16
HexAE89B431801D124163e
Octal2562112643300354442676
Binary101011101000100110110100111100001110110010010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89B4; }

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

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

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

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

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

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

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

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