#AE89BE

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

Shades of East Side #AE89BE

Tints of East Side #AE89BE

Color information

#AE89BE (or 0xAE89BE) is unknown color: approx East Side. HEX triplet: AE, 89 and BE. RGB value is (174,137,190). Sum of RGB (Red+Green+Blue) = 174+137+190=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89BE is #517641. Grayscale: #999999. Windows color (decimal): -5338690 or 12487086. OLE color: 12487086.

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

Color convert

RGB174137190-
CMYK0.080.2800.25
HSL281.89º28.96%64.12%-
HSV(B)281.89º27.89%74.51%-
XYZ35.730.6152.74-
YUV154.1148.26142.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 137 (53.91% from 255) = 27.35%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=34.73%
G=27.35%
B=37.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741371900.080.2800.25281.8928.9664.12
HexAE89BE81C01911a1d40
Octal256211276103403143235100
Binary101011101000100110111110100011100011001100011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89BE; }

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

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

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

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

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

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

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

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