#AE91B3

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

Shades of East Side #AE91B3

Tints of East Side #AE91B3

Color information

#AE91B3 (or 0xAE91B3) is unknown color: approx East Side. HEX triplet: AE, 91 and B3. RGB value is (174,145,179). Sum of RGB (Red+Green+Blue) = 174+145+179=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE91B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91B3 is #516E4C. Grayscale: #9D9D9D. Windows color (decimal): -5336653 or 11768238. OLE color: 11768238.

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

Color convert

RGB174145179-
CMYK0.030.1900.30
HSL291.18º18.28%63.53%-
HSV(B)291.18º18.99%70.2%-
XYZ35.7232.547.04-
YUV157.55140.11139.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=34.94%
G=29.12%
B=35.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741451790.030.1900.30291.1818.2863.53
HexAE91B331301E1231240
Octal25622126332303644322100
Binary1010111010010001101100111110011011110100100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91B3; }

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

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

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

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

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

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

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

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