#AE79C4

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

Shades of East Side #AE79C4

Tints of East Side #AE79C4

Color information

#AE79C4 (or 0xAE79C4) is unknown color: approx East Side. HEX triplet: AE, 79 and C4. RGB value is (174,121,196). Sum of RGB (Red+Green+Blue) = 174+121+196=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE79C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79C4 is #51863B. Grayscale: #919191. Windows color (decimal): -5342780 or 12876206. OLE color: 12876206.

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

Color convert

RGB174121196-
CMYK0.110.3800.23
HSL282.4º38.86%62.16%-
HSV(B)282.4º38.27%76.86%-
XYZ34.2626.6655.56-
YUV145.4156.56148.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=35.44%
G=24.64%
B=39.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741211960.110.3800.23282.438.8662.16
HexAE79C4B2601711a273e
Octal25617130413460274324776
Binary101011101111001110001001011100110010111100011010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79C4; }

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

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

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

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

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

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

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

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