#AE9BBB

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

Shades of East Side #AE9BBB

Tints of East Side #AE9BBB

Color information

#AE9BBB (or 0xAE9BBB) is unknown color: approx East Side. HEX triplet: AE, 9B and BB. RGB value is (174,155,187). Sum of RGB (Red+Green+Blue) = 174+155+187=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE9BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BBB is #516444. Grayscale: #A4A4A4. Windows color (decimal): -5334085 or 12295086. OLE color: 12295086.

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

Color convert

RGB174155187-
CMYK0.070.1700.27
HSL275.62º19.05%67.06%-
HSV(B)275.62º17.11%73.33%-
XYZ38.1536.0351.96-
YUV164.33140.79134.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=33.72%
G=30.04%
B=36.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741551870.070.1700.27275.6219.0567.06
HexAE9BBB71101B1141343
Octal25623327372103342423103
Binary10101110100110111011101111110001011011100010100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BBB; }

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

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

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

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

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

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

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

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