#AE78BC

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

Shades of East Side #AE78BC

Tints of East Side #AE78BC

Color information

#AE78BC (or 0xAE78BC) is unknown color: approx East Side. HEX triplet: AE, 78 and BC. RGB value is (174,120,188). Sum of RGB (Red+Green+Blue) = 174+120+188=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE78BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78BC is #518743. Grayscale: #8F8F8F. Windows color (decimal): -5343044 or 12351662. OLE color: 12351662.

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

Color convert

RGB174120188-
CMYK0.070.3600.26
HSL287.65º33.66%60.39%-
HSV(B)287.65º36.17%73.73%-
XYZ33.2526.0650.86-
YUV143.9152.89149.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 120 (47.27% from 255) = 24.90%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=36.10%
G=24.90%
B=39.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741201880.070.3600.26287.6533.6660.39
HexAE78BC72401A120223c
Octal2561702747440324404274
Binary10101110111100010111100111100100011010100100000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78BC; }

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

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

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

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

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

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

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

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