#AE79B4

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

Shades of East Side #AE79B4

Tints of East Side #AE79B4

Color information

#AE79B4 (or 0xAE79B4) is unknown color: approx East Side. HEX triplet: AE, 79 and B4. RGB value is (174,121,180). Sum of RGB (Red+Green+Blue) = 174+121+180=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE79B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79B4 is #51864B. Grayscale: #8F8F8F. Windows color (decimal): -5342796 or 11827630. OLE color: 11827630.

HSL color Cylindrical-coordinate representation of color #AE79B4: hue angle of 293.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE79B4 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174121180-
CMYK0.030.3300.29
HSL293.9º28.23%59.02%-
HSV(B)293.9º32.78%70.59%-
XYZ32.5325.9746.48-
YUV143.57148.56149.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=36.63%
G=25.47%
B=37.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741211800.030.3300.29293.928.2359.02
HexAE79B432101D1261c3b
Octal2561712643410354463473
Binary101011101111001101101001110000101110110010011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79B4; }

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

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

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

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

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

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

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

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