#AE76C5

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

Shades of East Side #AE76C5

Tints of East Side #AE76C5

Color information

#AE76C5 (or 0xAE76C5) is unknown color: approx East Side. HEX triplet: AE, 76 and C5. RGB value is (174,118,197). Sum of RGB (Red+Green+Blue) = 174+118+197=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE76C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76C5 is #51893A. Grayscale: #8F8F8F. Windows color (decimal): -5343547 or 12940974. OLE color: 12940974.

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

Color convert

RGB174118197-
CMYK0.120.4000.23
HSL282.53º40.51%61.76%-
HSV(B)282.53º40.1%77.25%-
XYZ34.0125.9956.05-
YUV143.75158.05149.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 197 (77.34% from 255) = 40.29%
R=35.58%
G=24.13%
B=40.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741181970.120.4000.23282.5340.5161.76
HexAE76C5C2801711b293e
Octal25616630514500274335176
Binary101011101110110110001011100101000010111100011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE76C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE76C5; }

 p { color: rgb(174,118,197); }

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

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

 a { background-color: rgb(174,118,197); }

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

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

 span { border-color: rgb(174,118,197); }

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