#AE9BC1

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

Shades of East Side #AE9BC1

Tints of East Side #AE9BC1

Color information

#AE9BC1 (or 0xAE9BC1) is unknown color: approx East Side. HEX triplet: AE, 9B and C1. RGB value is (174,155,193). Sum of RGB (Red+Green+Blue) = 174+155+193=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE9BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BC1 is #51643E. Grayscale: #A4A4A4. Windows color (decimal): -5334079 or 12688302. OLE color: 12688302.

HSL color Cylindrical-coordinate representation of color #AE9BC1: hue angle of 270º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE9BC1 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174155193-
CMYK0.100.2000.24
HSL270º23.46%68.24%-
HSV(B)270º19.69%75.69%-
XYZ38.836.2955.41-
YUV165.01143.79134.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=33.33%
G=29.69%
B=36.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741551930.100.2000.2427023.4668.24
HexAE9BC1A1401810e1744
Octal256233301122403041627104
Binary101011101001101111000001101010100011000100001110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BC1; }

 p { color: rgb(174,155,193); }

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

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

 a { background-color: rgb(174,155,193); }

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

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

 span { border-color: rgb(174,155,193); }

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