#AE79C3

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

Shades of East Side #AE79C3

Tints of East Side #AE79C3

Color information

#AE79C3 (or 0xAE79C3) is unknown color: approx East Side. HEX triplet: AE, 79 and C3. RGB value is (174,121,195). Sum of RGB (Red+Green+Blue) = 174+121+195=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE79C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79C3 is #51863C. Grayscale: #919191. Windows color (decimal): -5342781 or 12810670. OLE color: 12810670.

HSL color Cylindrical-coordinate representation of color #AE79C3: hue angle of 282.97º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE79C3 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174121195-
CMYK0.110.3800.24
HSL282.97º38.14%61.96%-
HSV(B)282.97º37.95%76.47%-
XYZ34.1426.6154.97-
YUV145.28156.06148.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 195 (76.56% from 255) = 39.80%
R=35.51%
G=24.69%
B=39.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741211950.110.3800.24282.9738.1461.96
HexAE79C3B2601811b263e
Octal25617130313460304334676
Binary101011101111001110000111011100110011000100011011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79C3; }

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

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

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

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

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

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

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

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