#AE75BB

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

Shades of East Side #AE75BB

Tints of East Side #AE75BB

Color information

#AE75BB (or 0xAE75BB) is unknown color: approx East Side. HEX triplet: AE, 75 and BB. RGB value is (174,117,187). Sum of RGB (Red+Green+Blue) = 174+117+187=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE75BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75BB is #518A44. Grayscale: #8D8D8D. Windows color (decimal): -5343813 or 12285358. OLE color: 12285358.

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

Color convert

RGB174117187-
CMYK0.070.3700.27
HSL288.86º33.98%59.61%-
HSV(B)288.86º37.43%73.33%-
XYZ32.7925.3150.17-
YUV142.02153.38150.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=36.40%
G=24.48%
B=39.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741171870.070.3700.27288.8633.9859.61
HexAE75BB72501B121223c
Octal2561652737450334414274
Binary10101110111010110111011111100101011011100100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75BB; }

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

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

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

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

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

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

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

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