#AE96C4

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

Shades of East Side #AE96C4

Tints of East Side #AE96C4

Color information

#AE96C4 (or 0xAE96C4) is unknown color: approx East Side. HEX triplet: AE, 96 and C4. RGB value is (174,150,196). Sum of RGB (Red+Green+Blue) = 174+150+196=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE96C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96C4 is #51693B. Grayscale: #A2A2A2. Windows color (decimal): -5335356 or 12883630. OLE color: 12883630.

HSL color Cylindrical-coordinate representation of color #AE96C4: hue angle of 271.3º 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 #AE96C4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174150196-
CMYK0.110.2300.23
HSL271.3º28.05%67.84%-
HSV(B)271.3º23.47%76.86%-
XYZ38.3334.856.92-
YUV162.42146.95136.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=33.46%
G=28.85%
B=37.69%

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
Decimal1741501960.110.2300.23271.328.0567.84
HexAE96C4B1701710f1c44
Octal256226304132702741734104
Binary101011101001011011000100101110111010111100001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96C4; }

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

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

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

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

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

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

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

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