#AE85BF

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

Shades of East Side #AE85BF

Tints of East Side #AE85BF

Color information

#AE85BF (or 0xAE85BF) is unknown color: approx East Side. HEX triplet: AE, 85 and BF. RGB value is (174,133,191). Sum of RGB (Red+Green+Blue) = 174+133+191=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85BF is #517A40. Grayscale: #979797. Windows color (decimal): -5339713 or 12551598. OLE color: 12551598.

HSL color Cylindrical-coordinate representation of color #AE85BF: hue angle of 282.41º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE85BF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174133191-
CMYK0.090.3000.25
HSL282.41º31.18%63.53%-
HSV(B)282.41º30.37%74.9%-
XYZ35.2529.5453.13-
YUV151.87150.08143.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 191 (75% from 255) = 38.35%
R=34.94%
G=26.71%
B=38.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741331910.090.3000.25282.4131.1863.53
HexAE85BF91E01911a1f40
Octal256205277113603143237100
Binary101011101000010110111111100111110011001100011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85BF; }

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

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

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

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

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

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

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

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