#AE8EBA

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

Shades of East Side #AE8EBA

Tints of East Side #AE8EBA

Color information

#AE8EBA (or 0xAE8EBA) is unknown color: approx East Side. HEX triplet: AE, 8E and BA. RGB value is (174,142,186). Sum of RGB (Red+Green+Blue) = 174+142+186=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE8EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8EBA is #517145. Grayscale: #9C9C9C. Windows color (decimal): -5337414 or 12226222. OLE color: 12226222.

HSL color Cylindrical-coordinate representation of color #AE8EBA: hue angle of 283.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE8EBA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174142186-
CMYK0.060.2400.27
HSL283.64º24.18%64.31%-
HSV(B)283.64º23.66%72.94%-
XYZ35.9931.8950.71-
YUV156.58144.6140.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=34.66%
G=28.29%
B=37.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741421860.060.2400.27283.6424.1864.31
HexAE8EBA61801B11c1840
Octal25621627263003343430100
Binary10101110100011101011101011011000011011100011100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8EBA; }

 p { color: rgb(174,142,186); }

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

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

 a { background-color: rgb(174,142,186); }

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

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

 span { border-color: rgb(174,142,186); }

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