#AE75B9

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

Shades of East Side #AE75B9

Tints of East Side #AE75B9

Color information

#AE75B9 (or 0xAE75B9) is unknown color: approx East Side. HEX triplet: AE, 75 and B9. RGB value is (174,117,185). Sum of RGB (Red+Green+Blue) = 174+117+185=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE75B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75B9 is #518A46. Grayscale: #8D8D8D. Windows color (decimal): -5343815 or 12154286. OLE color: 12154286.

HSL color Cylindrical-coordinate representation of color #AE75B9: hue angle of 290.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE75B9 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174117185-
CMYK0.060.3700.27
HSL290.29º32.69%59.22%-
HSV(B)290.29º36.76%72.55%-
XYZ32.5725.2249.05-
YUV141.79152.38150.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 185 (72.66% from 255) = 38.87%
R=36.55%
G=24.58%
B=38.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741171850.060.3700.27290.2932.6959.22
HexAE75B962501B122213b
Octal2561652716450334424173
Binary10101110111010110111001110100101011011100100010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75B9; }

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

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

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

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

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

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

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

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