#AE92BF

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

Shades of East Side #AE92BF

Tints of East Side #AE92BF

Color information

#AE92BF (or 0xAE92BF) is unknown color: approx East Side. HEX triplet: AE, 92 and BF. RGB value is (174,146,191). Sum of RGB (Red+Green+Blue) = 174+146+191=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE92BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92BF is #516D40. Grayscale: #9F9F9F. Windows color (decimal): -5336385 or 12554926. OLE color: 12554926.

HSL color Cylindrical-coordinate representation of color #AE92BF: hue angle of 277.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE92BF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174146191-
CMYK0.090.2400.25
HSL277.33º26.01%66.08%-
HSV(B)277.33º23.56%74.9%-
XYZ37.1433.3253.76-
YUV159.5145.78138.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 191 (75% from 255) = 37.38%
R=34.05%
G=28.57%
B=37.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741461910.090.2400.25277.3326.0166.08
HexAE92BF9180191151a42
Octal256222277113003142532102
Binary101011101001001010111111100111000011001100010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92BF; }

 p { color: rgb(174,146,191); }

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

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

 a { background-color: rgb(174,146,191); }

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

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

 span { border-color: rgb(174,146,191); }

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