#AE85B5

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

Shades of East Side #AE85B5

Tints of East Side #AE85B5

Color information

#AE85B5 (or 0xAE85B5) is unknown color: approx East Side. HEX triplet: AE, 85 and B5. RGB value is (174,133,181). Sum of RGB (Red+Green+Blue) = 174+133+181=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE85B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85B5 is #517A4A. Grayscale: #969696. Windows color (decimal): -5339723 or 11896238. OLE color: 11896238.

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

Color convert

RGB174133181-
CMYK0.040.2700.29
HSL291.25º24.49%61.57%-
HSV(B)291.25º26.52%70.98%-
XYZ34.1829.1147.53-
YUV150.73145.08144.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=35.66%
G=27.25%
B=37.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741331810.040.2700.29291.2524.4961.57
HexAE85B541B01D123183e
Octal2562052654330354433076
Binary1010111010000101101101011001101101110110010001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85B5; }

 p { color: rgb(174,133,181); }

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

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

 a { background-color: rgb(174,133,181); }

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

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

 span { border-color: rgb(174,133,181); }

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