#AE78BF

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

Shades of East Side #AE78BF

Tints of East Side #AE78BF

Color information

#AE78BF (or 0xAE78BF) is unknown color: approx East Side. HEX triplet: AE, 78 and BF. RGB value is (174,120,191). Sum of RGB (Red+Green+Blue) = 174+120+191=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE78BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78BF is #518740. Grayscale: #909090. Windows color (decimal): -5343041 or 12548270. OLE color: 12548270.

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

Color convert

RGB174120191-
CMYK0.090.3700.25
HSL285.63º35.68%60.98%-
HSV(B)285.63º37.17%74.9%-
XYZ33.5826.1952.58-
YUV144.24154.39149.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 191 (75% from 255) = 39.38%
R=35.88%
G=24.74%
B=39.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741201910.090.3700.25285.6335.6860.98
HexAE78BF92501911e243d
Octal25617027711450314364475
Binary101011101111000101111111001100101011001100011110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78BF; }

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

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

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

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

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

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

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

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