#AE93BF

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

Shades of East Side #AE93BF

Tints of East Side #AE93BF

Color information

#AE93BF (or 0xAE93BF) is unknown color: approx East Side. HEX triplet: AE, 93 and BF. RGB value is (174,147,191). Sum of RGB (Red+Green+Blue) = 174+147+191=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE93BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93BF is #516C40. Grayscale: #9F9F9F. Windows color (decimal): -5336129 or 12555182. OLE color: 12555182.

HSL color Cylindrical-coordinate representation of color #AE93BF: hue angle of 276.82º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE93BF is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174147191-
CMYK0.090.2300.25
HSL276.82º25.58%66.27%-
HSV(B)276.82º23.04%74.9%-
XYZ37.2933.6353.82-
YUV160.09145.45137.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 191 (75% from 255) = 37.30%
R=33.98%
G=28.71%
B=37.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741471910.090.2300.25276.8225.5866.27
HexAE93BF9170191151a42
Octal256223277112703142532102
Binary101011101001001110111111100110111011001100010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93BF; }

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

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

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

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

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

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

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

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