#AE95BC

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

Shades of East Side #AE95BC

Tints of East Side #AE95BC

Color information

#AE95BC (or 0xAE95BC) is unknown color: approx East Side. HEX triplet: AE, 95 and BC. RGB value is (174,149,188). Sum of RGB (Red+Green+Blue) = 174+149+188=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE95BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95BC is #516A43. Grayscale: #A0A0A0. Windows color (decimal): -5335620 or 12359086. OLE color: 12359086.

HSL color Cylindrical-coordinate representation of color #AE95BC: hue angle of 278.46º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE95BC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174149188-
CMYK0.070.2100.26
HSL278.46º22.54%66.08%-
HSV(B)278.46º20.74%73.73%-
XYZ37.2834.1252.2-
YUV160.92143.28137.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=34.05%
G=29.16%
B=36.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741491880.070.2100.26278.4622.5466.08
HexAE95BC71501A1161742
Octal25622527472503242627102
Binary10101110100101011011110011110101011010100010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95BC; }

 p { color: rgb(174,149,188); }

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

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

 a { background-color: rgb(174,149,188); }

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

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

 span { border-color: rgb(174,149,188); }

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