#AE97C4

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

Shades of East Side #AE97C4

Tints of East Side #AE97C4

Color information

#AE97C4 (or 0xAE97C4) is unknown color: approx East Side. HEX triplet: AE, 97 and C4. RGB value is (174,151,196). Sum of RGB (Red+Green+Blue) = 174+151+196=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE97C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97C4 is #51683B. Grayscale: #A2A2A2. Windows color (decimal): -5335100 or 12883886. OLE color: 12883886.

HSL color Cylindrical-coordinate representation of color #AE97C4: hue angle of 270.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE97C4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174151196-
CMYK0.110.2300.23
HSL270.67º27.61%68.04%-
HSV(B)270.67º22.96%76.86%-
XYZ38.4935.1256.97-
YUV163.01146.62135.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=33.40%
G=28.98%
B=37.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741511960.110.2300.23270.6727.6168.04
HexAE97C4B1701710f1c44
Octal256227304132702741734104
Binary101011101001011111000100101110111010111100001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97C4; }

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

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

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

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

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

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

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

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