#AE79BE

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

Shades of East Side #AE79BE

Tints of East Side #AE79BE

Color information

#AE79BE (or 0xAE79BE) is unknown color: approx East Side. HEX triplet: AE, 79 and BE. RGB value is (174,121,190). Sum of RGB (Red+Green+Blue) = 174+121+190=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE79BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79BE is #518641. Grayscale: #909090. Windows color (decimal): -5342786 or 12482990. OLE color: 12482990.

HSL color Cylindrical-coordinate representation of color #AE79BE: hue angle of 286.09º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE79BE is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174121190-
CMYK0.080.3600.25
HSL286.09º34.67%60.98%-
HSV(B)286.09º36.32%74.51%-
XYZ33.5926.3952.04-
YUV144.71153.56148.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=35.88%
G=24.95%
B=39.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741211900.080.3600.25286.0934.6760.98
HexAE79BE82401911e233d
Octal25617127610440314364375
Binary101011101111001101111101000100100011001100011110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79BE; }

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

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

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

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

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

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

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

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