#AE96BE

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

Shades of East Side #AE96BE

Tints of East Side #AE96BE

Color information

#AE96BE (or 0xAE96BE) is unknown color: approx East Side. HEX triplet: AE, 96 and BE. RGB value is (174,150,190). Sum of RGB (Red+Green+Blue) = 174+150+190=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96BE is #516941. Grayscale: #A1A1A1. Windows color (decimal): -5335362 or 12490414. OLE color: 12490414.

HSL color Cylindrical-coordinate representation of color #AE96BE: hue angle of 276º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE96BE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174150190-
CMYK0.080.2100.25
HSL276º23.53%66.67%-
HSV(B)276º21.05%74.51%-
XYZ37.6634.5353.4-
YUV161.74143.95136.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=33.85%
G=29.18%
B=36.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741501900.080.2100.2527623.5366.67
HexAE96BE8150191141843
Octal256226276102503142430103
Binary101011101001011010111110100010101011001100010100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96BE; }

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

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

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

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

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

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

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

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