#AE76BD

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

Shades of East Side #AE76BD

Tints of East Side #AE76BD

Color information

#AE76BD (or 0xAE76BD) is unknown color: approx East Side. HEX triplet: AE, 76 and BD. RGB value is (174,118,189). Sum of RGB (Red+Green+Blue) = 174+118+189=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE76BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76BD is #518942. Grayscale: #8E8E8E. Windows color (decimal): -5343555 or 12416686. OLE color: 12416686.

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

Color convert

RGB174118189-
CMYK0.080.3800.26
HSL287.32º34.98%60.2%-
HSV(B)287.32º37.57%74.12%-
XYZ33.1225.6351.35-
YUV142.84154.05150.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=36.17%
G=24.53%
B=39.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741181890.080.3800.26287.3234.9860.2
HexAE76BD82601A11f233c
Octal25616627510460324374374
Binary101011101110110101111011000100110011010100011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE76BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE76BD; }

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

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

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

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

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

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

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

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