#AE9DBE

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

Shades of East Side #AE9DBE

Tints of East Side #AE9DBE

Color information

#AE9DBE (or 0xAE9DBE) is unknown color: approx East Side. HEX triplet: AE, 9D and BE. RGB value is (174,157,190). Sum of RGB (Red+Green+Blue) = 174+157+190=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE9DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DBE is #516241. Grayscale: #A5A5A5. Windows color (decimal): -5333570 or 12492206. OLE color: 12492206.

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

Color convert

RGB174157190-
CMYK0.080.1700.25
HSL270.91º20.25%68.04%-
HSV(B)270.91º17.37%74.51%-
XYZ38.8136.8353.78-
YUV165.84141.63133.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=33.40%
G=30.13%
B=36.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741571900.080.1700.25270.9120.2568.04
HexAE9DBE81101910f1444
Octal256235276102103141724104
Binary101011101001110110111110100010001011001100001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DBE; }

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

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

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

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

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

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

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

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