#AE97BF

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

Shades of East Side #AE97BF

Tints of East Side #AE97BF

Color information

#AE97BF (or 0xAE97BF) is unknown color: approx East Side. HEX triplet: AE, 97 and BF. RGB value is (174,151,191). Sum of RGB (Red+Green+Blue) = 174+151+191=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE97BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97BF is #516840. Grayscale: #A2A2A2. Windows color (decimal): -5335105 or 12556206. OLE color: 12556206.

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

Color convert

RGB174151191-
CMYK0.090.2100.25
HSL274.5º23.81%67.06%-
HSV(B)274.5º20.94%74.9%-
XYZ37.9334.8954.03-
YUV162.44144.12136.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 191 (75% from 255) = 37.02%
R=33.72%
G=29.26%
B=37.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741511910.090.2100.25274.523.8167.06
HexAE97BF9150191121843
Octal256227277112503142230103
Binary101011101001011110111111100110101011001100010010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97BF; }

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

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

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

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

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

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

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

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