#AE78BA

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

Shades of East Side #AE78BA

Tints of East Side #AE78BA

Color information

#AE78BA (or 0xAE78BA) is unknown color: approx East Side. HEX triplet: AE, 78 and BA. RGB value is (174,120,186). Sum of RGB (Red+Green+Blue) = 174+120+186=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78BA is #518745. Grayscale: #8F8F8F. Windows color (decimal): -5343046 or 12220590. OLE color: 12220590.

HSL color Cylindrical-coordinate representation of color #AE78BA: hue angle of 289.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE78BA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174120186-
CMYK0.060.3500.27
HSL289.09º32.35%60%-
HSV(B)289.09º35.48%72.94%-
XYZ33.0325.9849.73-
YUV143.67151.89149.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=36.25%
G=25%
B=38.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741201860.060.3500.27289.0932.3560
HexAE78BA62301B121203c
Octal2561702726430334414074
Binary10101110111100010111010110100011011011100100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78BA; }

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

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

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

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

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

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

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

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