#AE97B4

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

Shades of East Side #AE97B4

Tints of East Side #AE97B4

Color information

#AE97B4 (or 0xAE97B4) is unknown color: approx East Side. HEX triplet: AE, 97 and B4. RGB value is (174,151,180). Sum of RGB (Red+Green+Blue) = 174+151+180=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE97B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97B4 is #51684B. Grayscale: #A1A1A1. Windows color (decimal): -5335116 or 11835310. OLE color: 11835310.

HSL color Cylindrical-coordinate representation of color #AE97B4: hue angle of 287.59º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE97B4 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174151180-
CMYK0.030.1600.29
HSL287.59º16.2%64.9%-
HSV(B)287.59º16.11%70.59%-
XYZ36.7634.4347.89-
YUV161.18138.62137.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=34.46%
G=29.90%
B=35.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741511800.030.1600.29287.5916.264.9
HexAE97B431001D1201041
Octal25622726432003544020101
Binary1010111010010111101101001110000011101100100000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97B4; }

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

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

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

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

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

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

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

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