#AE75BF

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

Shades of East Side #AE75BF

Tints of East Side #AE75BF

Color information

#AE75BF (or 0xAE75BF) is unknown color: approx East Side. HEX triplet: AE, 75 and BF. RGB value is (174,117,191). Sum of RGB (Red+Green+Blue) = 174+117+191=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE75BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75BF is #518A40. Grayscale: #8E8E8E. Windows color (decimal): -5343809 or 12547502. OLE color: 12547502.

HSL color Cylindrical-coordinate representation of color #AE75BF: hue angle of 286.22º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE75BF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174117191-
CMYK0.090.3900.25
HSL286.22º36.63%60.39%-
HSV(B)286.22º38.74%74.9%-
XYZ33.2225.4852.46-
YUV142.48155.38150.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 191 (75% from 255) = 39.63%
R=36.10%
G=24.27%
B=39.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741171910.090.3900.25286.2236.6360.39
HexAE75BF92701911e253c
Octal25616527711470314364574
Binary101011101110101101111111001100111011001100011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75BF; }

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

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

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

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

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

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

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

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