#AE75B4

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

Shades of East Side #AE75B4

Tints of East Side #AE75B4

Color information

#AE75B4 (or 0xAE75B4) is unknown color: approx East Side. HEX triplet: AE, 75 and B4. RGB value is (174,117,180). Sum of RGB (Red+Green+Blue) = 174+117+180=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE75B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75B4 is #518A4B. Grayscale: #8D8D8D. Windows color (decimal): -5343820 or 11826606. OLE color: 11826606.

HSL color Cylindrical-coordinate representation of color #AE75B4: hue angle of 294.29º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE75B4 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174117180-
CMYK0.030.3500.29
HSL294.29º29.58%58.24%-
HSV(B)294.29º35%70.59%-
XYZ32.0625.0246.32-
YUV141.22149.88151.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=36.94%
G=24.84%
B=38.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741171800.030.3500.29294.2929.5858.24
HexAE75B432301D1261e3a
Octal2561652643430354463672
Binary101011101110101101101001110001101110110010011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75B4; }

 p { color: rgb(174,117,180); }

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

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

 a { background-color: rgb(174,117,180); }

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

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

 span { border-color: rgb(174,117,180); }

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