#AE96BF

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

Shades of East Side #AE96BF

Tints of East Side #AE96BF

Color information

#AE96BF (or 0xAE96BF) is unknown color: approx East Side. HEX triplet: AE, 96 and BF. RGB value is (174,150,191). Sum of RGB (Red+Green+Blue) = 174+150+191=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE96BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96BF is #516940. Grayscale: #A1A1A1. Windows color (decimal): -5335361 or 12555950. OLE color: 12555950.

HSL color Cylindrical-coordinate representation of color #AE96BF: hue angle of 275.12º 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 #AE96BF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174150191-
CMYK0.090.2100.25
HSL275.12º24.26%66.86%-
HSV(B)275.12º21.47%74.9%-
XYZ37.7734.5753.97-
YUV161.85144.45136.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 191 (75% from 255) = 37.09%
R=33.79%
G=29.13%
B=37.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741501910.090.2100.25275.1224.2666.86
HexAE96BF9150191131843
Octal256226277112503142330103
Binary101011101001011010111111100110101011001100010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96BF; }

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

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

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

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

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

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

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

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