#AE75B7

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

Shades of East Side #AE75B7

Tints of East Side #AE75B7

Color information

#AE75B7 (or 0xAE75B7) is unknown color: approx East Side. HEX triplet: AE, 75 and B7. RGB value is (174,117,183). Sum of RGB (Red+Green+Blue) = 174+117+183=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE75B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75B7 is #518A48. Grayscale: #8D8D8D. Windows color (decimal): -5343817 or 12023214. OLE color: 12023214.

HSL color Cylindrical-coordinate representation of color #AE75B7: hue angle of 291.82º degrees, saturation: 0.31, 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 #AE75B7 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174117183-
CMYK0.050.3600.28
HSL291.82º31.43%58.82%-
HSV(B)291.82º36.07%71.76%-
XYZ32.3625.1447.95-
YUV141.57151.38151.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=36.71%
G=24.68%
B=38.61%

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
Decimal1741171830.050.3600.28291.8231.4358.82
HexAE75B752401C1241f3b
Octal2561652675440344443773
Binary1010111011101011011011110110010001110010010010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75B7; }

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

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

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

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

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

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

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

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