#AE79B9

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

Shades of East Side #AE79B9

Tints of East Side #AE79B9

Color information

#AE79B9 (or 0xAE79B9) is unknown color: approx East Side. HEX triplet: AE, 79 and B9. RGB value is (174,121,185). Sum of RGB (Red+Green+Blue) = 174+121+185=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE79B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79B9 is #518646. Grayscale: #8F8F8F. Windows color (decimal): -5342791 or 12155310. OLE color: 12155310.

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

Color convert

RGB174121185-
CMYK0.060.3500.27
HSL289.69º31.37%60%-
HSV(B)289.69º34.59%72.55%-
XYZ33.0526.1849.21-
YUV144.14151.06149.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 121 (47.66% from 255) = 25.21%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=36.25%
G=25.21%
B=38.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741211850.060.3500.27289.6931.3760
HexAE79B962301B1221f3c
Octal2561712716430334423774
Binary1010111011110011011100111010001101101110010001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79B9; }

 p { color: rgb(174,121,185); }

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

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

 a { background-color: rgb(174,121,185); }

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

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

 span { border-color: rgb(174,121,185); }

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