#AE95BA

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

Shades of East Side #AE95BA

Tints of East Side #AE95BA

Color information

#AE95BA (or 0xAE95BA) is unknown color: approx East Side. HEX triplet: AE, 95 and BA. RGB value is (174,149,186). Sum of RGB (Red+Green+Blue) = 174+149+186=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE95BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95BA is #516A45. Grayscale: #A0A0A0. Windows color (decimal): -5335622 or 12228014. OLE color: 12228014.

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

Color convert

RGB174149186-
CMYK0.060.2000.27
HSL280.54º21.14%65.69%-
HSV(B)280.54º19.89%72.94%-
XYZ37.0734.0451.07-
YUV160.69142.28137.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=34.18%
G=29.27%
B=36.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741491860.060.2000.27280.5421.1465.69
HexAE95BA61401B1191542
Octal25622527262403343125102
Binary10101110100101011011101011010100011011100011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95BA; }

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

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

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

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

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

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

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

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