#AE75B8

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

Shades of East Side #AE75B8

Tints of East Side #AE75B8

Color information

#AE75B8 (or 0xAE75B8) is unknown color: approx East Side. HEX triplet: AE, 75 and B8. RGB value is (174,117,184). Sum of RGB (Red+Green+Blue) = 174+117+184=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE75B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75B8 is #518A47. Grayscale: #8D8D8D. Windows color (decimal): -5343816 or 12088750. OLE color: 12088750.

HSL color Cylindrical-coordinate representation of color #AE75B8: hue angle of 291.04º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE75B8 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174117184-
CMYK0.050.3600.28
HSL291.04º32.06%59.02%-
HSV(B)291.04º36.41%72.16%-
XYZ32.4725.1848.5-
YUV141.68151.88151.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 184 (72.27% from 255) = 38.74%
R=36.63%
G=24.63%
B=38.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741171840.050.3600.28291.0432.0659.02
HexAE75B852401C123203b
Octal2561652705440344434073
Binary10101110111010110111000101100100011100100100011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75B8; }

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

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

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

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

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

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

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

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