#AE8CBA

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

Shades of East Side #AE8CBA

Tints of East Side #AE8CBA

Color information

#AE8CBA (or 0xAE8CBA) is unknown color: approx East Side. HEX triplet: AE, 8C and BA. RGB value is (174,140,186). Sum of RGB (Red+Green+Blue) = 174+140+186=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE8CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CBA is #517345. Grayscale: #9B9B9B. Windows color (decimal): -5337926 or 12225710. OLE color: 12225710.

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

Color convert

RGB174140186-
CMYK0.060.2500.27
HSL284.35º25%63.92%-
HSV(B)284.35º24.73%72.94%-
XYZ35.731.350.61-
YUV155.41145.26141.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=34.8%
G=28%
B=37.2%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741401860.060.2500.27284.352563.92
HexAE8CBA61901B11c1940
Octal25621427263103343431100
Binary10101110100011001011101011011001011011100011100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CBA; }

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

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

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

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

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

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

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

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