#AE85BA

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

Shades of East Side #AE85BA

Tints of East Side #AE85BA

Color information

#AE85BA (or 0xAE85BA) is unknown color: approx East Side. HEX triplet: AE, 85 and BA. RGB value is (174,133,186). Sum of RGB (Red+Green+Blue) = 174+133+186=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85BA is #517A45. Grayscale: #979797. Windows color (decimal): -5339718 or 12223918. OLE color: 12223918.

HSL color Cylindrical-coordinate representation of color #AE85BA: hue angle of 286.42º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE85BA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174133186-
CMYK0.060.2800.27
HSL286.42º27.75%62.55%-
HSV(B)286.42º28.49%72.94%-
XYZ34.7129.3250.28-
YUV151.3147.58144.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=35.29%
G=26.98%
B=37.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741331860.060.2800.27286.4227.7562.55
HexAE85BA61C01B11e1c3f
Octal2562052726340334363477
Binary1010111010000101101110101101110001101110001111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85BA; }

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

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

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

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

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

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

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

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