#AE78C4

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

Shades of East Side #AE78C4

Tints of East Side #AE78C4

Color information

#AE78C4 (or 0xAE78C4) is unknown color: approx East Side. HEX triplet: AE, 78 and C4. RGB value is (174,120,196). Sum of RGB (Red+Green+Blue) = 174+120+196=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE78C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78C4 is #51873B. Grayscale: #909090. Windows color (decimal): -5343036 or 12875950. OLE color: 12875950.

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

Color convert

RGB174120196-
CMYK0.110.3900.23
HSL282.63º39.18%61.96%-
HSV(B)282.63º38.78%76.86%-
XYZ34.1426.4255.52-
YUV144.81156.89148.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 120 (47.27% from 255) = 24.49%
BLUE value IS 196 (76.95% from 255) = 40%
R=35.51%
G=24.49%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741201960.110.3900.23282.6339.1861.96
HexAE78C4B2701711b273e
Octal25617030413470274334776
Binary101011101111000110001001011100111010111100011011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78C4; }

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

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

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

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

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

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

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

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