#AE9BBE

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

Shades of East Side #AE9BBE

Tints of East Side #AE9BBE

Color information

#AE9BBE (or 0xAE9BBE) is unknown color: approx East Side. HEX triplet: AE, 9B and BE. RGB value is (174,155,190). Sum of RGB (Red+Green+Blue) = 174+155+190=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BBE is #516441. Grayscale: #A4A4A4. Windows color (decimal): -5334082 or 12491694. OLE color: 12491694.

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

Color convert

RGB174155190-
CMYK0.080.1800.25
HSL272.57º21.21%67.65%-
HSV(B)272.57º18.42%74.51%-
XYZ38.4736.1653.67-
YUV164.67142.29134.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=33.53%
G=29.87%
B=36.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741551900.080.1800.25272.5721.2167.65
HexAE9BBE8120191111544
Octal256233276102203142125104
Binary101011101001101110111110100010010011001100010001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BBE; }

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

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

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

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

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

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

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

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