#AE91C4

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

Shades of East Side #AE91C4

Tints of East Side #AE91C4

Color information

#AE91C4 (or 0xAE91C4) is unknown color: approx East Side. HEX triplet: AE, 91 and C4. RGB value is (174,145,196). Sum of RGB (Red+Green+Blue) = 174+145+196=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE91C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91C4 is #516E3B. Grayscale: #9F9F9F. Windows color (decimal): -5336636 or 12882350. OLE color: 12882350.

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

Color convert

RGB174145196-
CMYK0.110.2600.23
HSL274.12º30.18%66.86%-
HSV(B)274.12º26.02%76.86%-
XYZ37.5433.2356.66-
YUV159.48148.61138.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=33.79%
G=28.16%
B=38.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741451960.110.2600.23274.1230.1866.86
HexAE91C4B1A0171121e43
Octal256221304133202742236103
Binary101011101001000111000100101111010010111100010010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91C4; }

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

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

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

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

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

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

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

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