#AE75BC

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

Shades of East Side #AE75BC

Tints of East Side #AE75BC

Color information

#AE75BC (or 0xAE75BC) is unknown color: approx East Side. HEX triplet: AE, 75 and BC. RGB value is (174,117,188). Sum of RGB (Red+Green+Blue) = 174+117+188=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE75BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75BC is #518A43. Grayscale: #8D8D8D. Windows color (decimal): -5343812 or 12350894. OLE color: 12350894.

HSL color Cylindrical-coordinate representation of color #AE75BC: hue angle of 288.17º 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 #AE75BC is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174117188-
CMYK0.070.3800.26
HSL288.17º34.63%59.8%-
HSV(B)288.17º37.77%73.73%-
XYZ32.8925.3550.74-
YUV142.14153.88150.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=36.33%
G=24.43%
B=39.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741171880.070.3800.26288.1734.6359.8
HexAE75BC72601A120233c
Octal2561652747460324404374
Binary10101110111010110111100111100110011010100100000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75BC; }

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

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

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

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

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

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

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

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