#AE97BB

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

Shades of East Side #AE97BB

Tints of East Side #AE97BB

Color information

#AE97BB (or 0xAE97BB) is unknown color: approx East Side. HEX triplet: AE, 97 and BB. RGB value is (174,151,187). Sum of RGB (Red+Green+Blue) = 174+151+187=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE97BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97BB is #516844. Grayscale: #A1A1A1. Windows color (decimal): -5335109 or 12294062. OLE color: 12294062.

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

Color convert

RGB174151187-
CMYK0.070.1900.27
HSL278.33º20.93%66.27%-
HSV(B)278.33º19.25%73.33%-
XYZ37.4934.7251.74-
YUV161.98142.12136.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=33.98%
G=29.49%
B=36.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741511870.070.1900.27278.3320.9366.27
HexAE97BB71301B1161542
Octal25622727372303342625102
Binary10101110100101111011101111110011011011100010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97BB; }

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

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

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

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

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

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

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

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