#AE92BB

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

Shades of East Side #AE92BB

Tints of East Side #AE92BB

Color information

#AE92BB (or 0xAE92BB) is unknown color: approx East Side. HEX triplet: AE, 92 and BB. RGB value is (174,146,187). Sum of RGB (Red+Green+Blue) = 174+146+187=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE92BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92BB is #516D44. Grayscale: #9E9E9E. Windows color (decimal): -5336389 or 12292782. OLE color: 12292782.

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

Color convert

RGB174146187-
CMYK0.070.2200.27
HSL280.98º23.16%65.29%-
HSV(B)280.98º21.93%73.33%-
XYZ36.733.1451.48-
YUV159.05143.78138.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=34.32%
G=28.80%
B=36.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741461870.070.2200.27280.9823.1665.29
HexAE92BB71601B1191741
Octal25622227372603343127101
Binary10101110100100101011101111110110011011100011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92BB; }

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

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

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

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

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

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

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

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