#AE76C1

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

Shades of East Side #AE76C1

Tints of East Side #AE76C1

Color information

#AE76C1 (or 0xAE76C1) is unknown color: approx East Side. HEX triplet: AE, 76 and C1. RGB value is (174,118,193). Sum of RGB (Red+Green+Blue) = 174+118+193=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE76C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76C1 is #51893E. Grayscale: #8F8F8F. Windows color (decimal): -5343551 or 12678830. OLE color: 12678830.

HSL color Cylindrical-coordinate representation of color #AE76C1: hue angle of 284.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE76C1 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174118193-
CMYK0.100.3900.24
HSL284.8º37.69%60.98%-
HSV(B)284.8º38.86%75.69%-
XYZ33.5625.8153.66-
YUV143.29156.05149.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=35.88%
G=24.33%
B=39.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741181930.100.3900.24284.837.6960.98
HexAE76C1A2701811d263d
Octal25616630112470304354675
Binary101011101110110110000011010100111011000100011101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE76C1; }

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

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

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

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

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

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

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

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