#AE89BD

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

Shades of East Side #AE89BD

Tints of East Side #AE89BD

Color information

#AE89BD (or 0xAE89BD) is unknown color: approx East Side. HEX triplet: AE, 89 and BD. RGB value is (174,137,189). Sum of RGB (Red+Green+Blue) = 174+137+189=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89BD is #517642. Grayscale: #999999. Windows color (decimal): -5338691 or 12421550. OLE color: 12421550.

HSL color Cylindrical-coordinate representation of color #AE89BD: hue angle of 282.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE89BD is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174137189-
CMYK0.080.2800.26
HSL282.69º28.26%63.92%-
HSV(B)282.69º27.51%74.12%-
XYZ35.5930.5652.17-
YUV153.99147.76142.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=34.8%
G=27.4%
B=37.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741371890.080.2800.26282.6928.2663.92
HexAE89BD81C01A11b1c40
Octal256211275103403243334100
Binary101011101000100110111101100011100011010100011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89BD; }

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

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

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

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

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

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

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

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