#AE7EBB

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

Shades of East Side #AE7EBB

Tints of East Side #AE7EBB

Color information

#AE7EBB (or 0xAE7EBB) is unknown color: approx East Side. HEX triplet: AE, 7E and BB. RGB value is (174,126,187). Sum of RGB (Red+Green+Blue) = 174+126+187=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE7EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EBB is #518144. Grayscale: #939393. Windows color (decimal): -5341509 or 12287662. OLE color: 12287662.

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

Color convert

RGB174126187-
CMYK0.070.3300.27
HSL287.21º30.96%61.37%-
HSV(B)287.21º32.62%73.33%-
XYZ33.8927.5150.54-
YUV147.31150.4147.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 126 (49.61% from 255) = 25.87%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=35.73%
G=25.87%
B=38.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741261870.070.3300.27287.2130.9661.37
HexAE7EBB72101B11f1f3d
Octal2561762737410334373775
Binary1010111011111101011101111110000101101110001111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7EBB; }

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

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

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

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

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

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

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

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