#AE78BB

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

Shades of East Side #AE78BB

Tints of East Side #AE78BB

Color information

#AE78BB (or 0xAE78BB) is unknown color: approx East Side. HEX triplet: AE, 78 and BB. RGB value is (174,120,187). Sum of RGB (Red+Green+Blue) = 174+120+187=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE78BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78BB is #518744. Grayscale: #8F8F8F. Windows color (decimal): -5343045 or 12286126. OLE color: 12286126.

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

Color convert

RGB174120187-
CMYK0.070.3600.27
HSL288.36º33%60.2%-
HSV(B)288.36º35.83%73.33%-
XYZ33.1426.0250.29-
YUV143.78152.39149.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=36.17%
G=24.95%
B=38.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741201870.070.3600.27288.363360.2
HexAE78BB72401B120213c
Octal2561702737440334404174
Binary10101110111100010111011111100100011011100100000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78BB; }

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

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

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

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

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

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

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

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