#AE97B3

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

Shades of East Side #AE97B3

Tints of East Side #AE97B3

Color information

#AE97B3 (or 0xAE97B3) is unknown color: approx East Side. HEX triplet: AE, 97 and B3. RGB value is (174,151,179). Sum of RGB (Red+Green+Blue) = 174+151+179=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE97B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97B3 is #51684C. Grayscale: #A0A0A0. Windows color (decimal): -5335117 or 11769774. OLE color: 11769774.

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

Color convert

RGB174151179-
CMYK0.030.1600.30
HSL289.29º15.56%64.71%-
HSV(B)289.29º15.64%70.2%-
XYZ36.6634.3947.35-
YUV161.07138.12137.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=34.52%
G=29.96%
B=35.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741511790.030.1600.30289.2915.5664.71
HexAE97B331001E1211041
Octal25622726332003644120101
Binary1010111010010111101100111110000011110100100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97B3; }

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

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

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

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

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

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

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

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