#AE7FBB

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

Shades of East Side #AE7FBB

Tints of East Side #AE7FBB

Color information

#AE7FBB (or 0xAE7FBB) is unknown color: approx East Side. HEX triplet: AE, 7F and BB. RGB value is (174,127,187). Sum of RGB (Red+Green+Blue) = 174+127+187=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7FBB is #518044. Grayscale: #939393. Windows color (decimal): -5341253 or 12287918. OLE color: 12287918.

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

Color convert

RGB174127187-
CMYK0.070.3200.27
HSL287º30.61%61.57%-
HSV(B)287º32.09%73.33%-
XYZ34.0127.7750.58-
YUV147.89150.07146.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=35.66%
G=26.02%
B=38.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741271870.070.3200.2728730.6161.57
HexAE7FBB72001B11f1f3e
Octal2561772737400334373776
Binary1010111011111111011101111110000001101110001111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FBB; }

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

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

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

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

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

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

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

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