#AE8BBB

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

Shades of East Side #AE8BBB

Tints of East Side #AE8BBB

Color information

#AE8BBB (or 0xAE8BBB) is unknown color: approx East Side. HEX triplet: AE, 8B and BB. RGB value is (174,139,187). Sum of RGB (Red+Green+Blue) = 174+139+187=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE8BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BBB is #517444. Grayscale: #9A9A9A. Windows color (decimal): -5338181 or 12290990. OLE color: 12290990.

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

Color convert

RGB174139187-
CMYK0.070.2600.27
HSL283.75º26.09%63.92%-
HSV(B)283.75º25.67%73.33%-
XYZ35.6631.0551.13-
YUV154.94146.1141.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=34.8%
G=27.8%
B=37.4%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741391870.070.2600.27283.7526.0963.92
HexAE8BBB71A01B11c1a40
Octal25621327373203343432100
Binary10101110100010111011101111111010011011100011100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BBB; }

 p { color: rgb(174,139,187); }

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

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

 a { background-color: rgb(174,139,187); }

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

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

 span { border-color: rgb(174,139,187); }

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