#AE92BE

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

Shades of East Side #AE92BE

Tints of East Side #AE92BE

Color information

#AE92BE (or 0xAE92BE) is unknown color: approx East Side. HEX triplet: AE, 92 and BE. RGB value is (174,146,190). Sum of RGB (Red+Green+Blue) = 174+146+190=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92BE is #516D41. Grayscale: #9F9F9F. Windows color (decimal): -5336386 or 12489390. OLE color: 12489390.

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

Color convert

RGB174146190-
CMYK0.080.2300.25
HSL278.18º25.29%65.88%-
HSV(B)278.18º23.16%74.51%-
XYZ37.0333.2753.19-
YUV159.39145.28138.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=34.12%
G=28.63%
B=37.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741461900.080.2300.25278.1825.2965.88
HexAE92BE8170191161942
Octal256222276102703142631102
Binary101011101001001010111110100010111011001100010110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92BE; }

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

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

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

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

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

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

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

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